slashmax / AAMirror

506 stars 181 forks source link

Aamirror on android10 keeps asking permission #88

Open Galogalo opened 4 years ago

Galogalo commented 4 years ago

Aamirror keeps asking permission to grab video each time I launch it. I'm using Android 10 (pixel experience rom) on Xiaomi redmi note 7.

Thanks in advance

cioce78 commented 4 years ago

run this command via adb shell, this will prevent the confirm dialog

cmd appops set com.github.slashmax.aamirror PROJECT_MEDIA allow

to restore this, run this command

cmd appops set com.github.slashmax.aamirror PROJECT_MEDIA ignore