aboutsummaryrefslogtreecommitdiffstats
path: root/APG/src/org/thialfihar/android/apg/ui/KeyListActivity.java
diff options
context:
space:
mode:
Diffstat (limited to 'APG/src/org/thialfihar/android/apg/ui/KeyListActivity.java')
-rw-r--r--APG/src/org/thialfihar/android/apg/ui/KeyListActivity.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/APG/src/org/thialfihar/android/apg/ui/KeyListActivity.java b/APG/src/org/thialfihar/android/apg/ui/KeyListActivity.java
index bc345fe90..ac4798f7c 100644
--- a/APG/src/org/thialfihar/android/apg/ui/KeyListActivity.java
+++ b/APG/src/org/thialfihar/android/apg/ui/KeyListActivity.java
@@ -260,7 +260,7 @@ public class KeyListActivity extends SherlockFragmentActivity {
// Send all information needed to service to export key in other thread
Intent intent = new Intent(this, ApgIntentService.class);
- intent.putExtra(ApgIntentService.EXTRA_ACTION, ApgIntentService.ACTION_EXPORT_KEY);
+ intent.putExtra(ApgIntentService.EXTRA_ACTION, ApgIntentService.ACTION_EXPORT_KEYRING);
// fill values for this action
Bundle data = new Bundle();