Commit b3edecf5 authored by fallenstardust's avatar fallenstardust

停用自定义workdir路径

常用设置提前
parent 65a0e569
...@@ -2,10 +2,10 @@ ...@@ -2,10 +2,10 @@
<PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android"> <PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android">
<PreferenceCategory android:title="@string/settings_game"> <PreferenceCategory android:title="@string/settings_game">
<Preference <!--Preference
android:key="pref_key_game_res_path" android:key="pref_key_game_res_path"
android:persistent="true" android:persistent="true"
android:title="@string/settings_game_res_path" /> android:title="@string/settings_game_res_path" /-->
<Preference <Preference
android:key="pref_key_about_check_update" android:key="pref_key_about_check_update"
android:persistent="true" android:persistent="true"
...@@ -14,6 +14,17 @@ ...@@ -14,6 +14,17 @@
android:key="pref_key_change_log" android:key="pref_key_change_log"
android:title="@string/settings_about_change_log" /> android:title="@string/settings_about_change_log" />
<CheckBoxPreference
android:key="pref_settings_read_ex"
android:persistent="true"
android:title="@string/title_use_ex" />
<CheckBoxPreference
android:key="pref_key_start_serviceduelassistant"
android:persistent="true"
android:summary="@string/about_DuelAssistant"
android:title="@string/Start_ServiceDuelAssistant" />
<CheckBoxPreference <CheckBoxPreference
android:key="pref_settings_keep_scale" android:key="pref_settings_keep_scale"
android:persistent="false" android:persistent="false"
...@@ -36,15 +47,6 @@ ...@@ -36,15 +47,6 @@
android:persistent="true" android:persistent="true"
android:summary="@string/only_game_tip" android:summary="@string/only_game_tip"
android:title="@string/settings_pref_settings_only_game"/--> android:title="@string/settings_pref_settings_only_game"/-->
<CheckBoxPreference
android:key="pref_key_start_serviceduelassistant"
android:persistent="true"
android:summary="@string/about_DuelAssistant"
android:title="@string/Start_ServiceDuelAssistant" />
<CheckBoxPreference
android:key="pref_settings_read_ex"
android:persistent="true"
android:title="@string/title_use_ex" />
<CheckBoxPreference <CheckBoxPreference
android:key="pref_key_game_screen_orientation" android:key="pref_key_game_screen_orientation"
android:persistent="true" android:persistent="true"
......
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