Setting http://tizen.org/feature/systemsetting.lock_screen value to false. 92/318492/1 accepted/tizen_9.0_unified accepted/tizen_unified_toolchain tizen_9.0 accepted/tizen/9.0/unified/20241030.234606 accepted/tizen/unified/20241008.173930 accepted/tizen/unified/toolchain/20241022.122253 accepted/tizen/unified/toolchain/20241022.122749 accepted/tizen/unified/x/20241009.055403 accepted/tizen/unified/x/asan/20241013.235529 tizen_9.0_m2_release
authorAzijur Rahman Sheatu <azijur.r@samsung.com>
Mon, 30 Sep 2024 11:46:24 +0000 (17:46 +0600)
committerAzijur Rahman Sheatu <azijur.r@samsung.com>
Mon, 30 Sep 2024 11:46:24 +0000 (17:46 +0600)
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.

emulator/model-config_mobile.xml
emulator/model-config_mobile64.xml

index 9d76dc5e2733f5d7c1b9ea1bef6a38ba56d59979..bb0325ae77fcdf6fb2433769736fec8a1cbb3151 100644 (file)
                <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>
index 1b4aece5d4e21762d73b6b42c56a300ca4a70607..b4963b56c4a470864c8fee3c8b481b92b286194e 100644 (file)
                <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>