virresh / matvt

Virtual Mouse for Android TV that can be controlled via remote itself.
GNU General Public License v3.0
211 stars 35 forks source link

Overlay Permissions Not Granted #39

Open Samxrd opened 2 years ago

Samxrd commented 2 years ago

Hello I'm having an issue with Sony TV running Android TV OS version 10 It shows: Overlay Permissions Not Granted

Even though it's already been granted, note that the accessibility permissions is working and shows that it's granted

pitanni commented 2 years ago

Hello, Same problem for me on Chromecast Google TV with message "Overlay Permissions Deny".

virresh commented 2 years ago

@Samxrd and @pitanni To confirm, you've explicitly granted the overlay permissions in settings? Please note that this is separate from the accessibility permissions and is required to draw the pointer on the screen.

pitanni commented 2 years ago

Hi @virresh, The overley permission Is enabled in setting option: IMG_20220318_193719

When open app the overlay permission Is "Not Granted". If i click "SETUP PERMISSION" and the click back the "Overlay Permission Deny" appear:

IMG_20220318_193750

Thanks

pitanni commented 2 years ago

Hi @virresh , resolved by shell

adb shell appops set io.github.virresh.matvt SYSTEM_ALERT_WINDOW allow

virresh commented 2 years ago

Ah okay Could be a manufacturer specific glitch in the UI

@Samxrd maybe you can try the same as well?