In some modified version(for example, CM7), you can long press the shortcut to rename it.
But CM7 have some bugs now.
I would like to know is there a way I can do that? modify the database, change the programs code or resources is OK. Thanks.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You need to change
AndroidManifest.xmlfile. You should find the activity that is launched by this icon and changeandroid:labelvalue there. This will change the icon name in Application Launcher and on Home Screen.It should looks something like this:
The activity definition in
AndroidManifest.xmlshould containMAINandLAUNCHERin its intent filter (otherwise the activity will not be visible in Application Launcher).