[android-developers] Re: Updating Android Manifest file of an install apk.

2012-08-29 Thread sparky
You can't modify the permissions of an installed app. On Aug 29, 2:12 pm, Amit Sinha wrote: > As i understand there is no way i can modify the manifest file. > I wanted to know is there a way i can know what are the all the permission > that a installed apk is using that will be mention in the ma

[android-developers] Re: Updating Android Manifest file of an install apk.

2012-08-29 Thread Amit Sinha
As i understand there is no way i can modify the manifest file. I wanted to know is there a way i can know what are the all the permission that a installed apk is using that will be mention in the manifest file? so that i can modify the permissions. thx. On Wednesday, 29 August 2012 17:01:28 UTC

[android-developers] Re: Updating Android Manifest file of an install apk.

2012-08-29 Thread sparky
You need to rebuild your APK with the new manifest and install it on the device. You can't change the manifest on-device. On Aug 29, 12:17 pm, Amit Sinha wrote: > Hi, > please let me know how can i modify the manifest file(AndroidManifest.xml) > of installed apk. > > Need to modify AndroidManife