mirror of
https://github.com/M66B/FairEmail.git
synced 2026-01-05 12:24:26 +01:00
Package visibility changes
This commit is contained in:
@@ -125,7 +125,7 @@ public class FragmentGmail extends FragmentBase {
|
||||
null,
|
||||
null);
|
||||
PackageManager pm = getContext().getPackageManager();
|
||||
if (intent.resolveActivity(pm) == null)
|
||||
if (intent.resolveActivity(pm) == null) // system whitelisted
|
||||
throw new IllegalArgumentException(getString(R.string.title_no_viewer, intent));
|
||||
startActivityForResult(intent, ActivitySetup.REQUEST_CHOOSE_ACCOUNT);
|
||||
} catch (Throwable ex) {
|
||||
|
||||
Reference in New Issue
Block a user