1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
|
{
"roles":[
{
"category": "homescreen",
"role": "homescreen",
"area": "fullscreen",
"layer": "homescreen",
},
{
"category": "map",
"role": "navigation",
"area": "normal.full | split.main",
"layer": "apps",
},
{
"category": "general",
"role": "launcher | poi | browser | sdl | mixer | radio | hvac | debug | phone | fallback",
"area": "normal.full",
"description": "For split test, video and music are moved to category:splitable",
"layer": "apps",
},
{
"category": "system",
"role": "settings | dashboard",
"area": "normal.full",
"layer": "apps",
},
{
"category": "splitable",
"role": "video | music",
"area": "normal.full | split.main | split.sub",
"description": "For split test, video and music are included here",
"layer": "apps",
},
{
"category": "software_keyboard",
"role": "software_keyboard",
"area": "software_keyboard",
"layer": "near_homescreen",
},
{
"category": "restriction",
"role": "restriction",
"area": "restriction.normal | restriction.split.main | restriction.split.sub",
"layer": "restriction",
},
{
"category": "pop_up",
"role": "on_screen | on_screen_phone",
"area": "on_screen",
"layer": "on_screen",
},
{
"category": "system_alert",
"role": "system_alert",
"area": "on_screen",
"layer": "on_screen",
}
]
}
|