开发者

How to get Android Application Name displayed in Advanced Task Killer instead of package name?

开发者 https://www.devze.com 2023-02-18 03:45 出处:网络
Mine displays as the xxx.xxx.com package name.Where do I set a property/attribute/whatever so that it will display the actual app name like the rest 开发者_开发问答of the apps in the list?I have this

Mine displays as the xxx.xxx.com package name. Where do I set a property/attribute/whatever so that it will display the actual app name like the rest 开发者_开发问答of the apps in the list?


I have this before the 1st "activity" in my manifest:

<application android:icon="@drawable/icon" android:name=".BroadcastSMSApplication"
    android:label="@string/app_name">
0

精彩评论

暂无评论...
验证码 换一张
取 消