[android-developers] Re: Permission denial on ACCESS_FINE_LOCATION on Samsung Galaxy (other GPS apps work)

2011-09-30 Thread Jean-Michel
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 kmans...@gmail.com wrote: In addition to what Mark already said... ... make sure you don't have a

[android-developers] Re: Permission denial on ACCESS_FINE_LOCATION on Samsung Galaxy (other GPS apps work)

2011-09-30 Thread Jean-Michel
Ok, I was able to reproduce the problem in the emaulator. It only happens on 2.3.3 (or from) and only with an installed app (app pushed from Eclipse is OK). Still have no idea where it comes from... Should I add the individual permissiopns on the activities? Here is my permission file. ?xml

Re: [android-developers] Re: Permission denial on ACCESS_FINE_LOCATION on Samsung Galaxy (other GPS apps work)

2011-09-30 Thread Mark Murphy
Get rid of android:permission=android.permission.ACCESS_FINE_LOCATION from application -- you are declaring that anything that tries to launch your application needs ACCESS_FINE_LOCATION. On Fri, Sep 30, 2011 at 12:54 PM, Jean-Michel jeanmichel.caz...@gmail.com wrote: Ok, I was able to reproduce

[android-developers] Re: Permission denial on ACCESS_FINE_LOCATION on Samsung Galaxy (other GPS apps work)

2011-09-30 Thread Jean-Michel
I did that and it worked Mark, thank you very much. I am not even sure how it got there, probabl a mistake of myself in the GUI... Thanks again, JM On 30 sep, 19:08, Mark Murphy mmur...@commonsware.com wrote: Get rid of android:permission=android.permission.ACCESS_FINE_LOCATION from