umtblbl Member May 20, 2019 #1 I'm trying to get a position. However, the value currentLocation is also null. Anybody have a suggestion?
I'm trying to get a position. However, the value currentLocation is also null. Anybody have a suggestion?
23tony Well-Known Member May 20, 2019 #3 umtblbl said: I'm trying to get a position. However, the value currentLocation is also null. Anybody have a suggestion? Click to expand... Have you added location permissions to your manifest? Code: <uses-permission android:name="android.permission.ACESS_COARSE_LOCATION /> <uses-permission android:name="android.permission.ACESS_FINE_LOCATION />
umtblbl said: I'm trying to get a position. However, the value currentLocation is also null. Anybody have a suggestion? Click to expand... Have you added location permissions to your manifest? Code: <uses-permission android:name="android.permission.ACESS_COARSE_LOCATION /> <uses-permission android:name="android.permission.ACESS_FINE_LOCATION />