diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/policy_manager/db/role.db | 19 |
1 files changed, 12 insertions, 7 deletions
diff --git a/src/policy_manager/db/role.db b/src/policy_manager/db/role.db index 5fafd03..e92ee79 100644 --- a/src/policy_manager/db/role.db +++ b/src/policy_manager/db/role.db @@ -2,13 +2,8 @@ "roles":[ { "category": "homescreen", - "role": "homescreen | software_keyboard", - "area": "full | software_keyboard", - }, - { - "category": "restriction", - "role": "restriction", - "area": "restriction.normal | restriction.split.main | restriction.split.sub", + "role": "homescreen", + "area": "fullscreen", }, { "category": "map", @@ -33,6 +28,16 @@ "description": "For ALS, role:video is included here", }, { + "category": "software_keyboard", + "role": "software_keyboard", + "area": "software_keyboard", + }, + { + "category": "restriction", + "role": "restriction", + "area": "restriction.normal | restriction.split.main | restriction.split.sub", + }, + { "category": "pop_up", "role": "pop_up", "area": "on_screen", |