Re: [android-developers] Sony Ericcson 2.1 shell crashed due to application name

2011-02-23 Thread Mark Murphy
On Wed, Feb 23, 2011 at 7:25 AM, Tina tina...@gmail.com 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 android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en


[android-developers] Sony Ericcson 2.1 shell crashed due to application name

2011-02-23 Thread Tina
Hi, All!
I have a seriouse problem: on Sony Ericcson X10 mini 2.1 shell
_crushed_ if application name is longer then 22 simbol. Unfortunately
I could not change the name of application because of commercial
reason (:cry:).
I set application name from the Android Manifest file:

application android:label=@string/app_nameandroid:icon=@drawable/
green_shield
Where app_name is language-depending name of my application.

The question is:
1) Is there any way to detect phone type from resourse? For example -
create specific string file for specific OEM provider?
2) Is there a possibility to select different name for the shell (text
under icon in application menu) and for the application list?

Or may be there is any other way to fix this problem?
Thank you in advance!
Tina

-- 
You received this message because you are subscribed to the Google
Groups Android Developers group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en