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:
@@ -57,5 +57,7 @@ export const prepareDeviceEntry = ({ familyId, userId, deviceAuthToken, deviceId
|
||||
defaultUserTimeout: 0,
|
||||
considerRebootManipulation: false,
|
||||
currentOverlayPermission: 'not granted',
|
||||
highestOverlayPermission: 'not granted'
|
||||
highestOverlayPermission: 'not granted',
|
||||
asEnabled: false,
|
||||
wasAsEnabled: false
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user