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

@ -336,6 +336,9 @@ const definitions = {
},
"overlay": {
"type": "boolean"
},
"accessibilityService": {
"type": "boolean"
}
},
"additionalProperties": false,
@ -1123,6 +1126,9 @@ const definitions = {
],
"type": "string"
},
"accessibilityServiceEnabled": {
"type": "boolean"
},
"appVersion": {
"type": "number"
},