AndroidManfiest code for later...

This commit is contained in:
Dominik Schürmann
2014-02-21 16:28:48 +01:00
parent 5b0c82b58f
commit e12598028f
2 changed files with 23 additions and 3 deletions

View File

@@ -297,7 +297,7 @@ public class DecryptActivity extends DrawerActivity {
* Android's Action
*/
if (Intent.ACTION_SEND.equals(action) && type != null) {
// When sending to Keychain Encrypt via share menu
// When sending to Keychain Decrypt via share menu
if ("text/plain".equals(type)) {
// Plain text
String sharedText = intent.getStringExtra(Intent.EXTRA_TEXT);