summaryrefslogtreecommitdiffstats
path: root/GNexusParts/res/xml/general_preferences.xml
blob: 2bf2c43db9ddc5acd7757873bd83c358c5f4488f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<?xml version="1.0" encoding="UTF-8"?>
<PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android">

    <!-- General settings -->
    <PreferenceCategory android:key="category_system"
        android:title="@string/category_system_title">

        <CheckBoxPreference android:key="fast_charge_usb"
            android:title="@string/usb_fastcharge_title_head"
            android:summary="@string/usb_fastcharge_summary_head" />

    </PreferenceCategory>

</PreferenceScreen>