Apex启动器图标停止工作?

时间:2013-01-23 21:30:59

标签: themes

我正在尝试为Apex Launcher编写皮肤,但似乎遇到了问题。我已成功添加了几张图片,但我现在正尝试添加身份验证器和Google日历图标。

我已将字符串添加到iconpack.xml,然后在appfilter.xml中添加它们。我无法让Calendar或Authenticator工作。如果我将Play商店图标设置为试图用于Authenticator的图标,则会显示图标。我100%肯定我的活动是正确的,因为我查看了Apex Launcher的活动,并用Google搜索了它。

有什么建议吗?

<!-- Authenticator -->
<item component="ComponentInfo{com.google.android.apps.authenticator/com.google.android.apps.authenticator.AuthenticatorActivity}" drawable="com_android_auth" />     

<!-- Play Store -->
<item component="ComponentInfo{com.android.vending/com.android.vending.AssetBrowserActivity}" drawable="com_android_store" /> 

 <!-- Calendar -->
<item component="ComponentInfo{com.android.calendar/com.android.calendar.LaunchActivity}" drawable="com_android_calendar" />    

1 个答案:

答案 0 :(得分:0)

对于身份验证者,我必须使用以下内容:

com.google.android.apps.authenticator2/com.google.android.apps.authenticator.AuthenticatorActivity

请注意,只添加一个“2”。

我仍然无法自己弄清楚Google日历。