aboutsummaryrefslogtreecommitdiffstats
path: root/example/src/main/res/xml/intent_preference.xml
diff options
context:
space:
mode:
authorDominik Schürmann <dominik@dominikschuermann.de>2015-05-05 21:46:01 +0200
committerDominik Schürmann <dominik@dominikschuermann.de>2015-05-05 21:46:01 +0200
commit76ce94e1abba20232a09c8bdc497ced497b344a3 (patch)
tree188f15afd2221302c2a362c4ddfeddb17e405b1f /example/src/main/res/xml/intent_preference.xml
parent87dc44e85be2638288966aaa757b369c2ce18c8e (diff)
downloadopenpgp-api-76ce94e1abba20232a09c8bdc497ced497b344a3.tar.gz
openpgp-api-76ce94e1abba20232a09c8bdc497ced497b344a3.tar.bz2
openpgp-api-76ce94e1abba20232a09c8bdc497ced497b344a3.zip
Restructure for jcenter publish
Diffstat (limited to 'example/src/main/res/xml/intent_preference.xml')
-rw-r--r--example/src/main/res/xml/intent_preference.xml30
1 files changed, 30 insertions, 0 deletions
diff --git a/example/src/main/res/xml/intent_preference.xml b/example/src/main/res/xml/intent_preference.xml
new file mode 100644
index 0000000..801e4a7
--- /dev/null
+++ b/example/src/main/res/xml/intent_preference.xml
@@ -0,0 +1,30 @@
+<?xml version="1.0" encoding="utf-8"?>
+<PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android">
+
+ <PreferenceCategory android:title="Intents (org.sufficientlysecure.keychain.action.)">
+ <Preference
+ android:key="ENCRYPT"
+ android:title="ENCRYPT" />
+ <Preference
+ android:key="ENCRYPT_URI"
+ android:title="ENCRYPT with Uri" />
+ <Preference
+ android:key="DECRYPT"
+ android:title="DECRYPT" />
+ <Preference
+ android:key="IMPORT_KEY"
+ android:title="IMPORT_KEY" />
+ <Preference
+ android:key="IMPORT_KEY_FROM_KEYSERVER"
+ android:title="IMPORT_KEY_FROM_KEYSERVER" />
+ <Preference
+ android:key="IMPORT_KEY_FROM_QR_CODE"
+ android:title="IMPORT_KEY_FROM_QR_CODE" />
+ </PreferenceCategory>
+ <PreferenceCategory android:title="Special Intents">
+ <Preference
+ android:key="openpgp4fpr"
+ android:title="VIEW openpgp4fpr:73EE2314F65FA92EC2390D3A718C070100012282" />
+ </PreferenceCategory>
+
+</PreferenceScreen> \ No newline at end of file