- added developer preference to disable splash screen

- disable splash screen on login screen
This commit is contained in:
Philipp Schaefer
2013-07-24 00:49:21 +02:00
parent e2ab17fa81
commit f342aeab0a
7 changed files with 38 additions and 8 deletions

View File

@ -67,6 +67,11 @@
android:summary="@string/pref_enable_dev_mode_sum"
android:defaultValue="false" />
<CheckBoxPreference
android:key="pref_disable_splash"
android:title="@string/pref_disable_splash"
android:defaultValue="false" />
<ListPreference
android:key="pref_build_version"
android:title="@string/build_version"