aboutsummaryrefslogtreecommitdiffstats
path: root/OpenPGP-Keychain/AndroidManifest.xml
diff options
context:
space:
mode:
authorDominik Schürmann <dominik@dominikschuermann.de>2014-01-01 22:26:19 +0100
committerDominik Schürmann <dominik@dominikschuermann.de>2014-01-01 22:26:19 +0100
commit1d91804dc7943e7149d02141a46c3eb0763e2b94 (patch)
tree29fb6295545d6acfeb2d3cc2ee6a2f529e3c7f84 /OpenPGP-Keychain/AndroidManifest.xml
parentc8d0ff77b10bc5e0103df473076fc7cacadf9014 (diff)
downloadopen-keychain-1d91804dc7943e7149d02141a46c3eb0763e2b94.tar.gz
open-keychain-1d91804dc7943e7149d02141a46c3eb0763e2b94.tar.bz2
open-keychain-1d91804dc7943e7149d02141a46c3eb0763e2b94.zip
Simple new list implementations, remove library, use simple adapter with headings
Diffstat (limited to 'OpenPGP-Keychain/AndroidManifest.xml')
-rw-r--r--OpenPGP-Keychain/AndroidManifest.xml5
1 files changed, 2 insertions, 3 deletions
diff --git a/OpenPGP-Keychain/AndroidManifest.xml b/OpenPGP-Keychain/AndroidManifest.xml
index 4b843bc01..be9fe222c 100644
--- a/OpenPGP-Keychain/AndroidManifest.xml
+++ b/OpenPGP-Keychain/AndroidManifest.xml
@@ -123,11 +123,10 @@
android:uiOptions="splitActionBarWhenNarrow"
android:windowSoftInputMode="stateHidden" />
<activity
- android:name=".ui.KeyDetailsActivity"
+ android:name=".ui.KeyViewActivity"
android:configChanges="orientation|screenSize|keyboardHidden|keyboard"
android:label="@string/title_key_details"
- android:parentActivityName=".ui.KeyListPublicActivity"
- android:uiOptions="splitActionBarWhenNarrow" >
+ android:parentActivityName=".ui.KeyListPublicActivity" >
<meta-data
android:name="android.support.PARENT_ACTIVITY"
android:value=".ui.KeyListPublicActivity" />