Hey Kostya,
no the permissions are at the application level.

Mark, re the rooted phone, I asked the guy, but he has not replied
yet.

JM

On 30 sep, 15:02, Kostya Vasilyev <[email protected]> wrote:
> In addition to what Mark already said...
>
> ... make sure you don't have a permission="ACCESS_FINE_LOCATION" inside
> <activity> in the manifest, like this:
>
> <activity
> android:name=".ControlPanel"
> android:permission="android.permission.ACCESS_FINE_LOCATION">
> ...
> </activity>
>
> Feel free to post the manifest, if you like.
>
> -- Kostya
>
> 30.09.2011 16:41, Mark Murphy пишет:
>
>
>
>
>
>
>
>
>
> > That seems odd. Are you sure the user has a stock ROM?
>
> > On Fri, Sep 30, 2011 at 8:32 AM, Jean-Michel
> > <[email protected]>  wrote:
> >> Hi there,
> >> just released my first app to beta testers and real life (the one with
> >> real users) caught me...
>
> >> One of them has a Samsung Galaxy phone and he cannot launched the
> >> application (had something along the lines of "application not
> >> installed").
>
> >> He sent me his logs and the interesting line seems to ba that one :
> >> 09-30 13:16:33.027 W/ActivityManager( 125): Permission Denial:
> >> starting Intent { act=android.intent.action.MAIN flg=0x10000000
> >> cmp=com.droidfa/.ControlPanel } from ProcessRecord{40967030
> >> 30906:com.android.packageinstaller/10054} (pid=30906, uid=10054)
> >> requires android.permission.ACCESS_FINE_LOCATION.
>
> >> The issue is that other GPS applications work fine on his phone (GPS
> >> Test).
>
> >> He are the permissiopns from my manifest.
> >> <uses-permission
> >> android:name="android.permission.ACCESS_FINE_LOCATION" />
> >> <uses-permission
> >> android:name="android.permission.ACCESS_LOCATION_EXTRA_COMMANDS"></
> >> uses-permission>
> >> <uses-permission
> >> android:name="android.permission.WRITE_EXTERNAL_STORAGE"></uses-
> >> permission>
> >> <uses-permission android:name="android.permission.WAKE_LOCK"></uses-
> >> permission>
>
> >> Many thanks in advance for your help.
>
> >> JM
>
> >> --
> >> 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
>
> --
> Kostya Vasilyev

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

Reply via email to