2015-12-12 02:08:47 +01:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
2016-03-07 23:48:43 +01:00
|
|
|
<android.support.v7.preference.PreferenceScreen
|
|
|
|
xmlns:android="http://schemas.android.com/apk/res/android">
|
2015-12-12 02:08:47 +01:00
|
|
|
|
2016-03-07 23:48:43 +01:00
|
|
|
<SwitchPreferenceCompat
|
2015-12-12 02:08:47 +01:00
|
|
|
android:key="acra.enable"
|
|
|
|
android:title="@string/pref_enable_acra"
|
|
|
|
android:summary="@string/pref_acra_summary"
|
2015-12-29 22:57:58 +01:00
|
|
|
android:defaultValue="true"/>
|
2015-12-12 02:08:47 +01:00
|
|
|
|
|
|
|
<Preference
|
|
|
|
android:key="@string/pref_version"
|
|
|
|
android:title="@string/version"
|
|
|
|
android:persistent="false" />
|
|
|
|
|
|
|
|
<Preference
|
|
|
|
android:key="@string/pref_build_time"
|
|
|
|
android:title="@string/build_time"
|
|
|
|
android:persistent="false" />
|
|
|
|
|
2016-03-07 23:48:43 +01:00
|
|
|
</android.support.v7.preference.PreferenceScreen>
|