diff options
author | kiso.chang <kiso.chang@samsung.com> | 2022-10-17 11:22:10 +0900 |
---|---|---|
committer | kiso.chang <kiso.chang@samsung.com> | 2022-10-17 11:23:11 +0900 |
commit | 679b6e4d227b8117a82ea2d0ebd19ff65bcef8da (patch) | |
tree | 6098b6a45fe33919fb15201d534acab7f5306df5 | |
parent | 64042772fa6a56fe6a22e4a69e7205370c4b2ab5 (diff) | |
download | settings-tizen_8.0.tar.gz settings-tizen_8.0.tar.bz2 settings-tizen_8.0.zip |
change settings app's nodisplay property to "true"tizen_8.0_m2_releasetizen_7.0_m2_releaseaccepted/tizen/unified/20221017.104847accepted/tizen/8.0/unified/20231005.095720accepted/tizen/7.0/unified/hotfix/20221116.111609accepted/tizen/7.0/unified/20221110.055838tizen_8.0tizen_7.0_hotfixtizen_7.0accepted/tizen_8.0_unifiedaccepted/tizen_7.0_unified_hotfixaccepted/tizen_7.0_unified
Change-Id: I25c3473e4d9a0d2fdb8c63b425cbbb1cca39b7f4
Signed-off-by: kiso.chang <kiso.chang@samsung.com>
-rw-r--r-- | org.tizen.setting.xml.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/org.tizen.setting.xml.in b/org.tizen.setting.xml.in index 02ddbe2..cef55c4 100644 --- a/org.tizen.setting.xml.in +++ b/org.tizen.setting.xml.in @@ -3,7 +3,7 @@ <label>Settings</label> <author email="mj2004.park@samsung.com" href="www.samsung.com">MyoungJune Park</author> <description>Setting Application</description> - <ui-application appid="org.tizen.setting" exec="@TZ_SYS_RO_APP@/org.tizen.setting/bin/setting" nodisplay="false" multiple="false" type="capp" taskmanage="true" indicatordisplay="true" portrait-effectimage="/usr/share/splash_images/type1_portrait.jpg" landscape-effectimage="/usr/share/splash_images/type1/landscape.jpg" hw-acceleration="on"> + <ui-application appid="org.tizen.setting" exec="@TZ_SYS_RO_APP@/org.tizen.setting/bin/setting" nodisplay="true" multiple="false" type="capp" taskmanage="true" indicatordisplay="true" portrait-effectimage="/usr/share/splash_images/type1_portrait.jpg" landscape-effectimage="/usr/share/splash_images/type1/landscape.jpg" hw-acceleration="on"> <metadata key="http://developer.samsung.com/tizen/metadata/sfinder/plugin" value="lib/libsfinder-plugin-setting.so"/> <icon>@TZ_SYS_RO_ICONS@/default/small/org.tizen.setting.png</icon> <label>Settings</label> |