I have a P9 lite, with Android 6.0, EMUI 4.1.1.
The app that I am developing does not ask for READ_EXTERNAL_STORAGE permission: thats the one that pops up and says "Allow (app name) to access photos, media, and files on your device? ". Is there something that might be blocking it from asking this question?
It does ask for the matching WRITE_EXTERNAL_STORAGE permission: thats the one that says "Allow (app name) to write to your SD card"
Why would it be able to ask for one permission but not the other? As far as I know, on Marshmallow, the app HAS to ask for this permission.
On another phone, a Samsung A3 with Android 6.0.1, it does work and does ask for the read permission - using the exact same .apk file.
Is there some kind of phone specific feature that might be causing this?
The app that I am developing does not ask for READ_EXTERNAL_STORAGE permission: thats the one that pops up and says "Allow (app name) to access photos, media, and files on your device? ". Is there something that might be blocking it from asking this question?
It does ask for the matching WRITE_EXTERNAL_STORAGE permission: thats the one that says "Allow (app name) to write to your SD card"
Why would it be able to ask for one permission but not the other? As far as I know, on Marshmallow, the app HAS to ask for this permission.
On another phone, a Samsung A3 with Android 6.0.1, it does work and does ask for the read permission - using the exact same .apk file.
Is there some kind of phone specific feature that might be causing this?