• After 15+ years, we've made a big change: Android Forums is now Early Bird Club. Learn more here.

Apps AndroidManifest.xml file

  • Thread starter Thread starter Android Question
  • Start date Start date
A

Android Question

Guest
I added

<uses-permission android:name="android.permission.ACCESS_FINE_LOCATION" />
<uses-permission android:name="android.permission.ACCESS_COARSE_LOCATION" />

after the manifest tag and before the begining of application tag in the AndroidManifest.xml.

Still, I am getting the exception
java.lang.SecurityException: "gps" location provider requires ACCESS_FINE_LOCATION permission

in my logcat.

Can anyone help me?
Thanks in advance,
mashi
 
Back
Top Bottom