开发者

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

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

上一篇:

下一篇:

精彩评论

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

最新问答

问答排行榜