aboutsummaryrefslogtreecommitdiffstats
path: root/AndroidManifest.xml
diff options
context:
space:
mode:
authorThialfihar <thialfihar@gmail.com>2010-04-28 23:35:11 +0000
committerThialfihar <thialfihar@gmail.com>2010-04-28 23:35:11 +0000
commite83a5311aed0671c044287ca571cb88fe2bcd522 (patch)
tree59dbbbfcfe79748783da8f6e39de6480d5657a22 /AndroidManifest.xml
parent86192e39d90a329b327e6b9255b08a17ae5ede0b (diff)
downloadopen-keychain-e83a5311aed0671c044287ca571cb88fe2bcd522.tar.gz
open-keychain-e83a5311aed0671c044287ca571cb88fe2bcd522.tar.bz2
open-keychain-e83a5311aed0671c044287ca571cb88fe2bcd522.zip
add preferences, use them where applicable
Diffstat (limited to 'AndroidManifest.xml')
-rw-r--r--AndroidManifest.xml5
1 files changed, 5 insertions, 0 deletions
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index bab42ab18..29ec741f9 100644
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -115,6 +115,11 @@
android:label="@string/title_mailInbox"
android:configChanges="keyboardHidden|orientation|keyboard"/>
+ <activity
+ android:name=".PreferencesActivity"
+ android:label="@string/title_preferences"
+ android:configChanges="keyboardHidden|orientation|keyboard"/>
+
<provider
android:name="org.thialfihar.android.apg.provider.DataProvider"
android:authorities="org.thialfihar.android.apg.provider" />