In AndroidManifest.xml file I have registered a few activities that are described with the same attributes. Just names are different.
Is it possible to define some attributes group and use this defined group to describe all of those activities ?
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.
Sadly that is not possible.
The AndroidManifest.xml is parsed by different applications (like the launcher) and thus activities can’t be grouped as they are the official entry points to your application.