Set up permissions
Add the following permissions to your AndroidManifest.xml
.
<?xml version="1.0" encoding="utf-8"?><manifest>...<uses-permission android:name="android.permission.ACCESS_FINE_LOCATION" />...</manifest>
Add the following permissions to your AndroidManifest.xml
.
<?xml version="1.0" encoding="utf-8"?><manifest>...<uses-permission android:name="android.permission.ACCESS_FINE_LOCATION" />...</manifest>