Commit 2c09224c authored by fallenstardust's avatar fallenstardust Committed by GitHub

Merge pull request #30 from mercury233/patch-disable-duelassistant

disable DuelAssistant as default
parents 35bb9d6a 952189a8
......@@ -32,7 +32,7 @@ public interface Constants {
String PREF_SOUND_EFFECT = "pref_key_game_sound_effect";
boolean PREF_DEF_SOUND_EFFECT = true;
String PREF_START_SERVICEDUELASSISTANT = "pref_key_start_serviceduelassistant";
boolean PREF_DEF_START_SERVICEDUELASSISTANT = true;
boolean PREF_DEF_START_SERVICEDUELASSISTANT = false;
String PREF_LOCK_SCREEN = "pref_key_game_screen_orientation";
boolean PREF_DEF_LOCK_SCREEN = false;
String PREF_IMMERSIVE_MODE = "pref_key_immersive_mode";
......
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