aboutsummaryrefslogtreecommitdiffstats
path: root/OpenKeychain/src/main/res/xml/preference_headers_legacy.xml
blob: 47b0a092023204443021f8a8827bf58a2a773a44 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
<PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android">
    <Preference
        android:title="@string/section_general" >
        <intent
            android:action="org.sufficientlysecure.keychain.ui.PREFS_GEN" />
    </Preference>
    <Preference
        android:title="@string/section_advanced" >
        <intent
            android:action="org.sufficientlysecure.keychain.ui.PREFS_ADV" />
    </Preference>
</PreferenceScreen>