开发者

Which permission do I have to add to the manifest to get gps sensor readings?

开发者 https://www.devze.com 2022-12-23 01:51 出处:网络
Which permission nee开发者_如何学Cds my application to get access to the location of the user on Android?you need:

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

0

精彩评论

暂无评论...
验证码 换一张
取 消