tags:

views:

332

answers:

1

Manage applications shows my app as "com.mydomain.myapp" instead of "My App". What do I need to change?

+3  A: 

Here's my problem. In the manifest, this was at the activity level instead of the app level. android:label="@string/app_name">

Corey Trager