Manage applications shows my app as "com.mydomain.myapp" instead of "My App". What do I need to change?
views:
332answers:
1
+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
2010-01-17 04:10:47