How to stop Android apps from displaying ads over other apps?
Deny SYSTEM_ALERT_WINDOW permission to the app from app's permission settings and using appops commandline tool. Or do it gracefully with PermissionManagerX:
Related:
Deny SYSTEM_ALERT_WINDOW permission to the app from app's permission settings and using appops commandline tool. Or do it gracefully with PermissionManagerX:
Related: