Commit a265fb3
[1/3] base: make overlay permission check configurable
google added security check when changing app permissions
to check for apps running with enabled draw over apps
(SYSTEM_ALERT_WINDOW) permission.
Since OmniSwitch is such an app it will always trigger this
and requires users to remove permissions before changing
app permissions. After that the permission must be added back.
Since this is a PITA add a config that will disable the check
This is reducing security against tapjacking so make it
clear to the user what it means to disable it
TODO: maybe add a even more prominent alert when
enabling the value
Change-Id: I7f1c047709a990e7b6f2aaafc9a25586f822ea921 parent c3613f2 commit a265fb3
1 file changed
+9
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6298 | 6298 | | |
6299 | 6299 | | |
6300 | 6300 | | |
| 6301 | + | |
| 6302 | + | |
| 6303 | + | |
| 6304 | + | |
| 6305 | + | |
| 6306 | + | |
| 6307 | + | |
| 6308 | + | |
| 6309 | + | |
6301 | 6310 | | |
6302 | 6311 | | |
6303 | 6312 | | |
| |||
0 commit comments