diff options
author | Kazumasa Mitsunari <knimitz@witz-inc.co.jp> | 2018-03-09 13:45:36 +0900 |
---|---|---|
committer | Kazumasa Mitsunari <knimitz@witz-inc.co.jp> | 2018-03-09 14:49:24 +0900 |
commit | c146ba77b6546ac6703b41072a7f0b1a72803d63 (patch) | |
tree | ff414a7dc4fdb62b83d025582357e1ce1528362a /layers.json | |
parent | e890bc6f1880c8b8a439692ea85c2f3992b99c15 (diff) |
Enable fallback, then display applicationsflounder_5.99.1flounder/5.99.15.99.1
This patch enables the app to show if it is not registered in layers.json.
The original installed app was not shown because the role of app is not
registered in WM as default.
[Patch set2]
Add the same process into requestSurface for RunXDG
Bug-AGL : SPEC-1331
Change-Id: Ie99b971023a95a1924795b1ffc7311a630940b1d
Signed-off-by: Kazumasa Mitsunari <knimitz@witz-inc.co.jp>
Diffstat (limited to 'layers.json')
-rw-r--r-- | layers.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/layers.json b/layers.json index 8a04d7b..cf7ed34 100644 --- a/layers.json +++ b/layers.json @@ -22,7 +22,7 @@ "comment": "Single layer map for the HomeScreen" }, { - "role": "Music|Video|WebBrowser|MediaPlayer|Radio|Phone|Navigation|HVAC|Settings|Dashboard|POI|Mixer", + "role": "Music|Video|WebBrowser|MediaPlayer|Radio|Phone|Navigation|HVAC|Settings|Dashboard|POI|Mixer|Fallback", "name": "apps", "layer_id": 1001, "area": { "type": "rect", "rect": { "x": 0, "y": 218, "width": -1, "height": -433 } }, |