Is there any way we can read/parse android manifest file as we do it for files in raw folder as mentioned here:
http://eagle.phys.utk.edu/guidry/android/writeSD.html
getResources.ReadManifest..something like this??
thanks
Sneha
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.
[Edit after OP’s comment] : You can use Android’s PackageManaer http://developer.android.com/reference/android/content/pm/PackageManager.html
to get information about the contents of the manifest file that Android understands.