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