Android App doesn't require any special access
问题 When I start to install myapp.apk , I get the below screen. My app requires Location, External Storage permission. Above permissions are supposed to be requested from user as required i.e. just before the code which required these permissions. Now , when app is installed I get a screen which say App doesn't require any special access as in the screen below. Why? This is my permission code in Manifest file. <uses-permission android:name="android.permission.CALL_PHONE" /> <uses-permission