Skip to content
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

Admin Panel Main Activity not transmitted on Android 15 #286

Open
1 of 2 tasks
bk138 opened this issue Mar 31, 2025 · 0 comments
Open
1 of 2 tasks

Admin Panel Main Activity not transmitted on Android 15 #286

bk138 opened this issue Mar 31, 2025 · 0 comments
Assignees
Labels
bug Something isn't working help wanted External brain power is needed

Comments

@bk138
Copy link
Owner

bk138 commented Mar 31, 2025

Due to https://developer.android.com/about/versions/15/behavior-changes-all#screenshare_protection from Android 15 on the OS flags certain windows as FLAG_SECURE i.e. not capturable by MediaProjection. The triggers include inputtype=textPassword and, worse, notifications containing numbers.

  • We could fix MainActivity via f2ee564
  • but notifcations show the port number which the OS identifies as sensitive content and thus decides to not show the whole activity

resources

@bk138 bk138 added bug Something isn't working help wanted External brain power is needed labels Mar 31, 2025
@bk138 bk138 self-assigned this Apr 4, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working help wanted External brain power is needed
Projects
None yet
Development

No branches or pull requests

1 participant