Added S/MIME file type hint

This commit is contained in:
M66B
2021-10-29 08:42:18 +02:00
parent b6786c1d2e
commit 90b78aaf4b
2 changed files with 14 additions and 1 deletions

View File

@@ -325,6 +325,7 @@ public class FragmentOptionsEncryption extends FragmentBase implements SharedPre
btnImportKey.setOnClickListener(new View.OnClickListener() {
@Override
public void onClick(View v) {
// https://pki-tutorial.readthedocs.io/en/latest/mime.html
Context context = v.getContext();
PackageManager pm = context.getPackageManager();
Intent open = new Intent(Intent.ACTION_GET_CONTENT);