Dear all,

For getting permission, we can use <shared uid> like
<com.android.phone> or <com.android.system>.
Actually, we can write <uses permission> to manifest file for
permission, too.

In the case of using <shared uid>, <shared uid> have some permissions
and we can get the permissions by <android:sharedUserId=>.


Problem is,
I have some device, but a device's <com.android.phone> don't have a
permission about <android.permission.REBOOT>. To use any app,
<com.android.phone> should have  <android.permission.REBOOT> .

My question is
where the code can set this permission to <com.android.phone> ? I want
to know how to add permissions  to shared UID.


Please help me~

-- 
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+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to