diff options
-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> |