On Wed, Feb 23, 2011 at 7:25 AM, Tina <[email protected]> wrote: > 1) Is there any way to detect phone type from resourse? For example - > create specific string file for specific OEM provider?
No, but you could create a different string resource for small screens. > 2) Is there a possibility to select different name for the shell (text > under icon in application menu) and for the application list? AFAIK, the android:label on the <activity> with the MAIN/LAUNCHER <intent-filter> will be used for the launcher icon. The android:label on the <application> will be used in the application list in Settings. -- Mark Murphy (a Commons Guy) http://commonsware.com | http://github.com/commonsguy http://commonsware.com/blog | http://twitter.com/commonsguy Android App Developer Books: http://commonsware.com/books -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

