Hi, this is not related to the Android SDK.  Please post in an appropriate
group like android-porting.

On Wed, Mar 30, 2011 at 7:43 AM, Jungho Min <android....@gmail.com> wrote:

> Hi,
> I have a question in GB's NetworkLocation.apk.
> It is GingerBread OS and GMS revision1.
>
> If I turn on Google Location Service in my device, "Sorry popup"
> comes.
> It complains that it does not have "UPDATE_DEVICE_STATS" in
> com.google.android.location.
> Also during booting time DDMS shows the below log.
>
> PackageManager(137): Not granting permission
> android.permission.UPDATE_DEVICE_STATS to package
> com.google.android.location (protectionLevel=2 flags=0x8be45)
>
> In Froyo NetworkLocation.apk's AndroidManifest.xml has
> sharedUserId="android.uid.system".
> But GB NetworkLocation.apk's AndroidManifest.xml has
> sharedUserId="com.google.uid.shared".
>
> How do not the other devices have this issue?
> I think "UPDATE_DEVICE_STATS" is system level privilege and
> NetworkLocation.apk should have "android.uid.system".like Froyo
> version.
>
> Please help me. What can I do??
>
>
> --
> 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
>



-- 
Dianne Hackborn
Android framework engineer
hack...@android.com

Note: please don't send private questions to me, as I don't have time to
provide private support, and so won't reply to such e-mails.  All such
questions should be posted on public forums, where I and others can see and
answer them.

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