If we don t specify the accuracy for the location service in android, what is the default we have to use? And is it required to specify both permissions?
<uses-permission android:name="android.permission.ACCESS_FINE_LOCATION" />
<uses-permission android:name="android.permission.ACCESS_COARSE_LOCATION" />