Implemented issue #53 - Change intent actions from extra ints to intent actions

This commit is contained in:
bcbarnes-gmx
2013-07-23 07:49:34 -05:00
parent f608fc123f
commit 3d6ae3ee83
11 changed files with 48 additions and 84 deletions

View File

@@ -758,7 +758,7 @@ public class DecryptActivity extends SherlockFragmentActivity {
// fill values for this action
Bundle data = new Bundle();
intent.putExtra(KeychainIntentService.EXTRA_ACTION, KeychainIntentService.ACTION_DECRYPT_VERIFY);
intent.setAction(KeychainIntentService.ACTION_DECRYPT_VERIFY);
// choose action based on input: decrypt stream, file or bytes
if (mContentUri != null) {