mirror of
https://codeberg.org/timelimit/timelimit-server.git
synced 2025-10-05 02:39:48 +02:00
Add suport for accessibility service permission
This commit is contained in:
parent
b6f5edc976
commit
0e601995ec
10 changed files with 117 additions and 9 deletions
|
@ -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
|
||||
})
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue