My开发者_如何学Python app name is "TheTestApp". My requirement is my app name should be like this "Test's app". Is it possible? When install on device it should show "Test's app". How to achieve this in Blackberry?
Edit your BlackBerry_App_Descriptor and change the Title. If you're using an internationalization bundle change whatever String "Title ID" is pointing to
- Open BlackBerry_App_Descriptor
- In Packaging tag, set the value of OutputFileName to whatever you want
- Rebuild
And if you want to change the title appearing to the user under app icon, change the value of Title in General tag.
If you are using Eclipse, opening BlackBerry_App_Descriptor, you may find a tab called Build to change COD & ALX names via a graphical UI which has the same impact to the file and also a tab called Application where you can change the title.
精彩评论