mirror of
https://codeberg.org/timelimit/timelimit-server.git
synced 2026-08-31 19:03:45 +02:00
Add suport for accessibility service permission
This commit is contained in:
@@ -58,6 +58,10 @@ export async function dispatchIgnoreManipulation ({ action, cache }: {
|
||||
deviceEntry.highestOverlayPermission = deviceEntry.currentOverlayPermission
|
||||
}
|
||||
|
||||
if (action.ignoreAccessibilityServiceManipulation) {
|
||||
deviceEntry.wasAsEnabled = deviceEntry.asEnabled
|
||||
}
|
||||
|
||||
if (action.ignoreDidReboot) {
|
||||
deviceEntry.didReboot = false
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user