I would like an app’s launch icon run the app’s preferences activity (as it has no Activities, only a Service).
The preferences are defined in res/xml/preferences.xml.
Please help me regarding this.
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 create an activity for your preference (PreferenceActivity), add that activity in your manifest and provide appropriate intent-filters as shown below to run through launcher: