-
-
Notifications
You must be signed in to change notification settings - Fork 16
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Dude #1
Comments
Thanks for your request. As a first step I added the WindowManager hook. Next step will be to analyze the events needed to bypass this permission check. |
Can you provide a full example where you add the View / Window / Dialog and the exception you got? So I can verify that I analyze same issue as yours. Just put the lines of code and the exception here. |
Thank you!, yeah:
EDIT1: Maybe hooking pakagemanager?, because when I add permission I receive: INTERNAL_SYSTEM_WINDOW requested by ... app is not changeable permission type |
Hey,
Nice project!, it's possible hook WindowManager for accept TYPE_SECURE_SYSTEM_OVERLAY that requires permission INTERNAL_SYSTEM_WINDOW (signature)
Thank u
The text was updated successfully, but these errors were encountered: