diff options
author | Azijur Rahman Sheatu <azijur.r@samsung.com> | 2024-09-30 17:46:24 +0600 |
---|---|---|
committer | Azijur Rahman Sheatu <azijur.r@samsung.com> | 2024-09-30 17:46:24 +0600 |
commit | a094955fe54aaa895914525d560035351466a807 (patch) | |
tree | ed604a77f4eb104ad9c4f8309e998a8782f0c427 | |
parent | 3f26a6faffd829bcf6e8b5d51fbd04b112fc1fa7 (diff) | |
download | unified-model-config-accepted/tizen_unified_x.tar.gz unified-model-config-accepted/tizen_unified_x.tar.bz2 unified-model-config-accepted/tizen_unified_x.zip |
Setting http://tizen.org/feature/systemsetting.lock_screen value to false.tizen_9.0_m2_releaseaccepted/tizen/unified/x/asan/20241013.235529accepted/tizen/unified/x/20241009.055403accepted/tizen/unified/toolchain/20241022.122749accepted/tizen/unified/toolchain/20241022.122253accepted/tizen/unified/20241008.173930accepted/tizen/9.0/unified/20241030.234606tizen_9.0accepted/tizen_unified_x_asanaccepted/tizen_unified_xaccepted/tizen_unified_toolchainaccepted/tizen_9.0_unified
Change-Id: I004642eeaef286e9e549841843c49ab3a9c89ecb
Cause: In the case of rpi4, the lock_screen value is false, but in the case of emulator, it seems to be true. So, it needed to be removed.
-rw-r--r-- | emulator/model-config_mobile.xml | 2 | ||||
-rw-r--r-- | emulator/model-config_mobile64.xml | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/emulator/model-config_mobile.xml b/emulator/model-config_mobile.xml index 9d76dc5..bb0325a 100644 --- a/emulator/model-config_mobile.xml +++ b/emulator/model-config_mobile.xml @@ -240,7 +240,7 @@ <key name="tizen.org/feature/storage.external" type="bool">true</key> <key name="tizen.org/feature/systemsetting" type="bool">true</key> <key name="tizen.org/feature/systemsetting.home_screen" type="bool">true</key> - <key name="tizen.org/feature/systemsetting.lock_screen" type="bool">true</key> + <key name="tizen.org/feature/systemsetting.lock_screen" type="bool">false</key> <key name="tizen.org/feature/systemsetting.incoming_call" type="bool">true</key> <key name="tizen.org/feature/systemsetting.notification_email" type="bool">true</key> <key name="tizen.org/feature/systemsetting.font" type="bool">true</key> diff --git a/emulator/model-config_mobile64.xml b/emulator/model-config_mobile64.xml index 1b4aece..b4963b5 100644 --- a/emulator/model-config_mobile64.xml +++ b/emulator/model-config_mobile64.xml @@ -240,7 +240,7 @@ <key name="tizen.org/feature/storage.external" type="bool">true</key> <key name="tizen.org/feature/systemsetting" type="bool">true</key> <key name="tizen.org/feature/systemsetting.home_screen" type="bool">true</key> - <key name="tizen.org/feature/systemsetting.lock_screen" type="bool">true</key> + <key name="tizen.org/feature/systemsetting.lock_screen" type="bool">false</key> <key name="tizen.org/feature/systemsetting.incoming_call" type="bool">true</key> <key name="tizen.org/feature/systemsetting.notification_email" type="bool">true</key> <key name="tizen.org/feature/systemsetting.font" type="bool">true</key> |