Add support for ignoring overlay manipulation warning

This commit is contained in:
Jonas L
2019-03-25 00:00:00 +00:00
parent 1270d74a70
commit b6f5edc976
3 changed files with 15 additions and 2 deletions
@@ -54,6 +54,10 @@ export async function dispatchIgnoreManipulation ({ action, cache }: {
deviceEntry.highestUsageStatsPermission = deviceEntry.currentUsageStatsPermission
}
if (action.ignoreOverlayPermissionManipulation) {
deviceEntry.highestOverlayPermission = deviceEntry.currentOverlayPermission
}
if (action.ignoreDidReboot) {
deviceEntry.didReboot = false
}