Showing posts with label manifest. Show all posts
Showing posts with label manifest. Show all posts

Monday, 28 August 2017

Fine Location Permission

Permission in manifest.xml for Fine Location

<manifest xmlns:android="http://schemas.android.com/apk/res/android"
    package="com.buduroid.test">
    <uses-permission android:name="android.permission.ACCESS_FINE_LOCATION" />
</manifest>