added new developer options (fix for #219)

This commit is contained in:
Philipp Schaefer
2013-05-03 01:02:08 +02:00
parent 039167051e
commit aa7de6f571
7 changed files with 71 additions and 20 deletions

View File

@ -38,6 +38,12 @@
android:summary=""
android:defaultValue="local"/>
<CheckBoxPreference
android:key="pref_dev_checkbox"
android:title="@string/pref_enable_dev_options"
android:summary="@string/pref_enable_dev_options_sum"
android:defaultValue="false" />
<ListPreference
android:key="pref_build_version"
android:title="@string/build_version"