[android-developers] Re: PROTECTION_SIGNATURE
"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 approval. "
source
http://developer.android.com/reference/android/R.attr.html#protectionLevel
linked from:
http://developer.android.com/reference/android/content/pm/PermissionInfo.html#PROTECTION_SIGNATURE
In other words if both apps are signed with the same private key then
the permission can be granted.
On Jul 18, 3:17 pm, Paul <paul.rash...@gmail.com> wrote:
> Could someone help me with what this code means in relation to
> defining my own permission? The documentation doesn't have an
> explanation but I think this might solve a problem i have if it is
> what I think it is.
--
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscribe@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
0 Comments:
Post a Comment
Subscribe to Post Comments [Atom]
<< Home