mirror of
https://github.com/mihonapp/mihon.git
synced 2024-11-14 06:22:49 +01:00
20 lines
618 B
XML
20 lines
618 B
XML
|
<?xml version="1.0" encoding="utf-8"?>
|
||
|
<PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android">
|
||
|
|
||
|
<CheckBoxPreference
|
||
|
android:key="acra.enable"
|
||
|
android:title="@string/pref_enable_acra"
|
||
|
android:summary="@string/pref_acra_summary"
|
||
|
android:defaultValue="false"/>
|
||
|
|
||
|
<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" />
|
||
|
|
||
|
</PreferenceScreen>
|