From 4b4087abca997b837a70fbd5975f7ccf949535ae Mon Sep 17 00:00:00 2001 From: azijurr Date: Mon, 25 Nov 2024 12:06:49 +0600 Subject: [PATCH] Disabling app launcher of Share-panel app from Apps application [Problem] [TNINE-5357] Share-panel app launcher is available in the Apps aplication list. [Cause & Measure] Cause : nodisplay properties value was set to false. Measure : Set nodisplay properties value to true. Change-Id: I94a3a1feba390b46c29327281fef3b3a1a5b14f6 Signed-off-by: azijurr --- SharePanel/SharePanel/tizen-manifest.xml | 26 ++++++++++++------------ 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/SharePanel/SharePanel/tizen-manifest.xml b/SharePanel/SharePanel/tizen-manifest.xml index 97219e8..572454b 100644 --- a/SharePanel/SharePanel/tizen-manifest.xml +++ b/SharePanel/SharePanel/tizen-manifest.xml @@ -1,16 +1,16 @@  - - - - SharePanel.png - - - - - - http://tizen.org/privilege/appmanager.launch - - - + + + + SharePanel.png + + + + + + http://tizen.org/privilege/appmanager.launch + + + -- 2.34.1