- Jan 23, 2022
- 6
- 13
Details first:
- bug exists in both MIUI.eu 12 & MIUI.eu 13 - it works OK in the Chinese ROM
- tested on MIX 4
- app that exhibits the problem (that I know of) - installed officially from the play store - https://play.google.com/store/apps/...nteractive.alienisolation_android&hl=pl&gl=US
What happens:
- when the app starts for the first time it ask for storage permissions
- Chinese ROM gets that and the pop up comes up - the app works OK
- EU ROM redirects to system app details, and the permissions are not available to set in the system permissions view
What I have tried:
- I have tried forcing the permission with ADB:
- but I get a message that "the app does not require this permission" :/
Anyways, thank you for the rom, it is great!
- bug exists in both MIUI.eu 12 & MIUI.eu 13 - it works OK in the Chinese ROM
- tested on MIX 4
- app that exhibits the problem (that I know of) - installed officially from the play store - https://play.google.com/store/apps/...nteractive.alienisolation_android&hl=pl&gl=US
What happens:
- when the app starts for the first time it ask for storage permissions
- Chinese ROM gets that and the pop up comes up - the app works OK
- EU ROM redirects to system app details, and the permissions are not available to set in the system permissions view
What I have tried:
- I have tried forcing the permission with ADB:
Code:
adb -d shell pm grant com.feralinteractive.alienisolation_android android.permission.WRITE_MEDIA_STORAGE
Anyways, thank you for the rom, it is great!