Closed nhattv18 closed 7 years ago
This app has a targetSdkVersion
value that's less than 23, so runtime permissions aren't required.
It's best for new apps to target a newer version and prompt users for permissions, though -- it's a better experience for users overall.
Thank you very much, I understand.
Can you tell me why my other project running on Android 7.0 must ask the user to grant dangerous permissions (like CAMERA, CALL_PHONE...) for the first time, but this project running on Android 7.0 automatically gets all permissions?