aboutsummaryrefslogtreecommitdiffstats
path: root/APG/AndroidManifest.xml
diff options
context:
space:
mode:
Diffstat (limited to 'APG/AndroidManifest.xml')
-rw-r--r--APG/AndroidManifest.xml7
1 files changed, 4 insertions, 3 deletions
diff --git a/APG/AndroidManifest.xml b/APG/AndroidManifest.xml
index 6a31333fd..c29626ccf 100644
--- a/APG/AndroidManifest.xml
+++ b/APG/AndroidManifest.xml
@@ -364,7 +364,7 @@
android:launchMode="singleTop"
android:uiOptions="splitActionBarWhenNarrow" >
<intent-filter>
- <action android:name="org.thialfihar.android.apg.intent.SHARE_WITH_NFC" />
+ <action android:name="org.thialfihar.android.apg.intent.SHARE_KEYRING_WITH_NFC" />
<category android:name="android.intent.category.DEFAULT" />
</intent-filter>
@@ -378,9 +378,10 @@
<data android:mimeType="application/org.thialfihar.android.apg" />
</intent-filter>
</activity>
- <activity android:name="org.thialfihar.android.apg.ui.ShareQrCodeActivity" >
+ <activity android:name="org.thialfihar.android.apg.ui.ShareActivity" >
<intent-filter>
- <action android:name="org.thialfihar.android.apg.intent.SHARE_WITH_QR_CODE" />
+ <action android:name="org.thialfihar.android.apg.intent.SHARE_KEYRING" />
+ <action android:name="org.thialfihar.android.apg.intent.SHARE_KEYRING_WITH_QR_CODE" />
<category android:name="android.intent.category.DEFAULT" />
</intent-filter>