Fix DECRYPT_DATA intent
This commit is contained in:
@@ -263,9 +263,7 @@
|
|||||||
<action android:name="org.sufficientlysecure.keychain.action.DECRYPT_DATA" />
|
<action android:name="org.sufficientlysecure.keychain.action.DECRYPT_DATA" />
|
||||||
|
|
||||||
<category android:name="android.intent.category.DEFAULT" />
|
<category android:name="android.intent.category.DEFAULT" />
|
||||||
|
<data android:mimeType="*/*" />
|
||||||
<data android:scheme="file" />
|
|
||||||
<data android:scheme="content" />
|
|
||||||
</intent-filter>
|
</intent-filter>
|
||||||
|
|
||||||
<!-- DECRYPT_TEXT -->
|
<!-- DECRYPT_TEXT -->
|
||||||
|
|||||||
@@ -168,7 +168,7 @@ public class DecryptActivity extends BaseActivity {
|
|||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
uris.add(intent.getData());
|
uris.add(uri);
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user