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:
@@ -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"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user