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

View file

@ -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
})