[android-developers] Re: PROTECTION_SIGNATURE

2010-07-18 Thread Paul
Sorry for the extraneous post. I was able to find the documentation that I needed in the Manifest description. I was looking through the javadocs... Here it is if anyone is curious: http://developer.android.com/reference/android/R.styleable.html#AndroidManifestPermission_protectionLevel On Jul 1

[android-developers] Re: PROTECTION_SIGNATURE

2010-07-18 Thread RichardC
"A permission that the system is to grant only if the requesting application is signed with the same certificate as the application that declared the permission. If the certificates match, the system automatically grants the permission without notifying the user or asking for the user's explicit ap