Which permission nee开发者_如何学Cds my application to get access to the location of the user on Android?
you need:
<uses-permission android:name="android.permission.ACCESS_FINE_LOCATION" />
outside the application tag in your AndroidManifest.xml
Which permission nee开发者_如何学Cds my application to get access to the location of the user on Android?
you need:
<uses-permission android:name="android.permission.ACCESS_FINE_LOCATION" />
outside the application tag in your AndroidManifest.xml
精彩评论