From 5504ec752131df6059985a712fe40bcd1bf568dd Mon Sep 17 00:00:00 2001 From: Arkadiusz Bokowy Date: Mon, 23 May 2022 16:11:57 +0200 Subject: [PATCH] [Tizen] Enable internet privilege for example app (#18725) Without internet privilege, example app will be refused to use mDNS service - app will crash. --- examples/lighting-app/tizen/tizen-manifest.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/examples/lighting-app/tizen/tizen-manifest.xml b/examples/lighting-app/tizen/tizen-manifest.xml index 33909ac78dc72a..da0af28a2d254d 100644 --- a/examples/lighting-app/tizen/tizen-manifest.xml +++ b/examples/lighting-app/tizen/tizen-manifest.xml @@ -6,6 +6,7 @@ http://tizen.org/privilege/bluetooth + http://tizen.org/privilege/internet true