[android-developers] How to put permission to shared uid

2012-05-11 Thread changho Lee
Dear all,

For getting permission, we can use  like
 or .
Actually, we can write  to manifest file for
permission, too.

In the case of using ,  have some permissions
and we can get the permissions by .


Problem is,
I have some device, but a device's  don't have a
permission about . To use any app,
 should have   .

My question is
where the code can set this permission to  ? 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


Re: [android-developers] How to put permission to shared uid

2012-05-11 Thread Mark Murphy
On Thu, May 10, 2012 at 5:10 AM, changho Lee  wrote:
> For getting permission, we can use  like
>  or .

No, you cannot, except perhaps as part of the firmware.

> I have some device, but a device's  don't have a
> permission about . To use any app,
>  should have   .
>
> My question is
> where the code can set this permission to  ? I want
> to know how to add permissions  to shared UID.

This has nothing to do with this list. You can learn about the
firmware at http://source.android.com.

-- 
Mark Murphy (a Commons Guy)
http://commonsware.com | http://github.com/commonsguy
http://commonsware.com/blog | http://twitter.com/commonsguy

Android Training in DC: http://marakana.com/training/android/

-- 
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