diff options
author | Kichan Kwon <k_c.kwon@samsung.com> | 2020-06-05 10:25:53 +0900 |
---|---|---|
committer | Kichan Kwon <k_c.kwon@samsung.com> | 2020-06-05 10:25:53 +0900 |
commit | 17bb318a9cfb4c8ec7241d1b5a2f395b1bbff073 (patch) | |
tree | 53934f15f5af43bb8da220a4f48af22a74ac1251 | |
parent | 5872d6425c74d53acab71e68edd2f24a7711d1ee (diff) | |
download | unified-model-config-17bb318a9cfb4c8ec7241d1b5a2f395b1bbff073.tar.gz unified-model-config-17bb318a9cfb4c8ec7241d1b5a2f395b1bbff073.tar.bz2 unified-model-config-17bb318a9cfb4c8ec7241d1b5a2f395b1bbff073.zip |
Disable auto rotation on Wearable emulatorsubmit/tizen/20200605.060048accepted/tizen/unified/20200610.140902
Change-Id: I8bf7f116c0a4fb3bd3731808bf4ea47b01fcc0d4
Signed-off-by: Kichan Kwon <k_c.kwon@samsung.com>
-rw-r--r-- | emulator/model-config_wearable.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/emulator/model-config_wearable.xml b/emulator/model-config_wearable.xml index b8477d8..6e428ef 100644 --- a/emulator/model-config_wearable.xml +++ b/emulator/model-config_wearable.xml @@ -153,7 +153,7 @@ <key name="tizen.org/feature/platform.native.osp_compatible" type="bool">false</key> <key name="tizen.org/feature/platform.web.api.version" type="string">6.0</key> <key name="tizen.org/feature/profile" type="string">wearable</key> - <key name="tizen.org/feature/screen.auto_rotation" type="bool">true</key> + <key name="tizen.org/feature/screen.auto_rotation" type="bool">false</key> <key name="tizen.org/feature/screen.bpp" type="int">32</key> <key name="tizen.org/feature/screen.coordinate_system.size.large" type="bool">false</key> <key name="tizen.org/feature/screen.coordinate_system.size.normal" type="bool">true</key> |