aboutsummaryrefslogtreecommitdiffstats
path: root/layers.json
diff options
context:
space:
mode:
authorYuta Doi <yuta-d@witz-inc.co.jp>2018-06-21 14:40:06 +0900
committerYuta Doi <yuta-d@witz-inc.co.jp>2018-06-21 14:40:06 +0900
commit79dbd8747e5f2baf2ff274806e3700dd2fbefd99 (patch)
treed1356eb5e01eb648dbfc391e1678eb9f7d4dedfb /layers.json
parent8f07dc4443bd7dc4a57a80c95003f05ede1fdddc (diff)
OnScreen app can be displayed for pop_up role
Change-Id: I53cdcd010c9e0b87cd4207d8bb81bb5784202f18 Signed-off-by: Yuta Doi <yuta-d@witz-inc.co.jp>
Diffstat (limited to 'layers.json')
-rw-r--r--layers.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/layers.json b/layers.json
index 94e34c4..c6c0916 100644
--- a/layers.json
+++ b/layers.json
@@ -43,7 +43,7 @@
"comment": "This layer is for restriction notification. This is used by restriction role"
},
{
- "role": "^OnScreen.*|on_screen.*",
+ "role": "^OnScreen.*|on_screen.*|pop_up|system_alert",
"name": "popups",
"layer_id": 9999,
"area": { "type": "rect", "rect": { "x": 0, "y": 760, "width": -1, "height": 400 } },