diff options
author | Antia Puentes <apuentes@igalia.com> | 2020-07-14 22:33:22 +0200 |
---|---|---|
committer | Antia Puentes <apuentes@igalia.com> | 2020-08-07 21:48:20 +0200 |
commit | ef87e18272946e5c3329c0ffc70c19b8b29de6b2 (patch) | |
tree | ba0285e5999ce38c5b67e992fae0cd5ae470bda2 | |
parent | c12b9ccdc35f3a506addca1101db6edaad47ea1b (diff) |
Do not require windowmanager API
The window manager was removed in favor of the agl-compositor.
Bug-AGL: SPEC-3497
Signed-off-by: Antia Puentes <apuentes@igalia.com>
Change-Id: I87b4ac3e317e8a0a9e6236cf3068b55453d358ce
-rw-r--r-- | src/config.xml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/config.xml b/src/config.xml index 349410b..c725530 100644 --- a/src/config.xml +++ b/src/config.xml @@ -16,11 +16,10 @@ <param name="urn:AGL:permission::public:applications:read" value="required" /> <!-- get app icons --> </feature> <feature name="urn:AGL:widget:required-api"> - <param name="windowmanager" value="ws" /> <param name="homescreen" value="ws" /> <param name="network-manager" value="ws" /> <param name="weather" value="ws" /> <param name="Bluetooth-Manager" value="ws" /> <param name="afm-main" value="ws" /> </feature> -</widget>
\ No newline at end of file +</widget> |