mirror of
https://github.com/M66B/FairEmail.git
synced 2026-03-30 21:58:52 +02:00
Added S/MIME file type hint
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user