2017-08-16 11:34:14 +02:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
<PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android">
|
2017-08-16 11:37:11 +02:00
|
|
|
<CheckBoxPreference
|
|
|
|
android:defaultValue="false"
|
|
|
|
android:key="restore_on_boot"
|
|
|
|
android:summary="@string/restore_on_boot_summary"
|
|
|
|
android:title="@string/restore_on_boot" />
|
2017-12-19 02:42:00 +01:00
|
|
|
<Preference
|
|
|
|
android:key="install_cmd_line_tools"
|
|
|
|
android:summary="@string/install_cmd_line_tools_summary"
|
|
|
|
android:title="@string/install_cmd_line_tools" />
|
2017-08-16 11:34:14 +02:00
|
|
|
</PreferenceScreen>
|