aboutsummaryrefslogtreecommitdiff
path: root/res/xml/init_d.xml
blob: e712e843403826edc1573d6e9729b12073a9fef8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
<?xml version="1.0" encoding="utf-8"?>
<PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android" >

    <PreferenceCategory android:title="@string/pt_general" >
        <CheckBoxPreference
            android:key="zipalign_apks"
            android:summary="@string/ps_zipalign_apks"
            android:title="@string/pt_zipalign_apks" />
        <CheckBoxPreference
            android:key="fix_permissions"
            android:summary="@string/ps_fix_permissions"
            android:title="@string/pt_fix_permissions" />
        <CheckBoxPreference
            android:key="clear_data_cache"
            android:summary="@string/ps_clear_data_cache"
            android:title="@string/pt_clear_data_cache" />
        <CheckBoxPreference
            android:key="enable_cron"
            android:summary="@string/ps_enable_cron"
            android:title="@string/pt_enable_cron" />
        <CheckBoxPreference
            android:key="file_system_speedups"
            android:summary="@string/ps_tweaks"
            android:title="@string/pt_tweaks" />
    </PreferenceCategory>

</PreferenceScreen>