Starting from Android 6.0 (API 23), users are not asked for permissions at the time of installation rather apps need to request for the permissions at run time. Note : Only the permissions that are defined in the manifest file can be requested at run time.
see :- Permissions