pulkit wrote:
> Pratap
> 
> here is the logcat trace. What we understand from this is that it
> requires ACCESS_FINE_LOCATION permission
> which you suggested in first place. Now that we have specified it in
> our manifest.xml, what might be the issue?
> 
> We define permissions as:-
> 
>       <uses-permission android:name="android.permission.ACCESS_GPS"/>
>       <uses-permission
> android:name="android.permission.ACCESS_LOCATION"/>
>       <uses-permission
> android:name="android.permission.ACCESS_FINE_LOCATION"/>
>       <uses-permission android:name="android.permission.INTERNET"/>

The error is:

> E/AndroidRuntime(  173): Caused by: java.lang.SecurityException:
> Requires ACCESS
> _FINE_LOCATION permission

This suggests your <uses-permission> elements are in the wrong spot or
something.

-- 
Mark Murphy (a Commons Guy)
http://commonsware.com
_The Busy Coder's Guide to Android Development_ Version 2.0 Published!

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