"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 <[email protected]> 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 [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

