Add suport for accessibility service permission

This commit is contained in:
Jonas L
2019-03-25 00:00:00 +00:00
parent b6f5edc976
commit 0e601995ec
10 changed files with 117 additions and 9 deletions
@@ -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
}