neutronscott / flip2

Utilities for rooting and sideloading APKs on TCL Flip 2
The Unlicense
33 stars 1 forks source link

Overlay Permission #10

Open dav473programer opened 4 months ago

dav473programer commented 4 months ago

Does somebody know how to turn on overlay permissions on this phone? 4058L 2_25_2024 4_33_12 PM

dav473programer commented 4 months ago

I just seen this guide: https://techforesta.com/display-over-other-apps-feature-not-available/

the command needed in adb is: adb shell pm grant {package-name} android.permission.SYSTEM_ALERT_WINDOW {package-name} - the desired package name for the specific app ( not the same as the name of the app) It can be discovered with this app: https://play.google.com/store/apps/details?id=com.csdroid.pkg&hl=en&gl=US I have the apk right here:https://package-name-viewer-2-0.en.softonic.com/android/download

I didn't discover how to enable it systemwide but at least it stays like this once activated on each app

levone1 commented 3 months ago

Does somebody know how to turn on overlay permissions on this phone? 4058L 2_25_2024 4_33_12 PM

If you have root per this repo, use a permissions manager app, (permissions manager x from F-Droid is good). You can set SYSTEM_ALERT_WINDOW per app