Fix mime types, #781

This commit is contained in:
mar-v-in
2014-08-19 18:54:48 +02:00
parent 16ab761006
commit 1a6734f29c
2 changed files with 5 additions and 3 deletions

View File

@@ -382,7 +382,7 @@ public class EncryptActivity extends DrawerActivity implements EncryptActivityIn
sendIntent = new Intent(Intent.ACTION_SEND_MULTIPLE);
sendIntent.putExtra(Intent.EXTRA_STREAM, mOutputUris);
}
sendIntent.setType("application/pgp-encrypted");
sendIntent.setType("application/octet-stream");
}
if (!isModeSymmetric() && mEncryptionUserIds != null) {
Set<String> users = new HashSet<String>();