Commit 617349b1 authored by fallenstardust's avatar fallenstardust

默认不横屏锁定

parent 3e277017
......@@ -28,7 +28,7 @@ public interface Constants {
String PREF_SOUND_EFFECT = "pref_key_game_sound_effect";
boolean PREF_DEF_SOUND_EFFECT = true;
String PREF_LOCK_SCREEN = "pref_key_game_screen_orientation";
boolean PREF_DEF_LOCK_SCREEN = true;
boolean PREF_DEF_LOCK_SCREEN = false;
String PREF_IMMERSIVE_MODE = "pref_key_immersive_mode";
boolean PREF_DEF_IMMERSIVE_MODE = false;
String PREF_SENSOR_REFRESH = "pref_key_sensor_refresh";
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment