I want to write a customise launcher for ics 4.0 , but when i write the code for home key down it will show the option to complete action using selected launcher one the default installed on the device and the other one that i created
Share
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.
This is common thing. If multiple apps are available with same intent action and categories, then app manager will display the list of all apps to accept selection from user.
E.g., set wallpaper applications.
The default launcher app and your launcher app are with same intent action and categories, so that you are getting complete action dialog.
I hope it may help you to understand the problem you are facing.