mirror of
https://codeberg.org/timelimit/timelimit-server.git
synced 2025-10-05 19:42:39 +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
|
@ -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"
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue