MCPcopy Create free account
hub / github.com/M66B/FairEmail / getChooser

Method getChooser

app/src/main/java/eu/faircode/email/Helper.java:1097–1099  ·  view source on GitHub ↗
(Context context, Intent intent)

Source from the content-addressed store, hash-verified

1095 }
1096
1097 static Intent getChooser(Context context, Intent intent) {
1098 return getChooser(context, intent, false);
1099 }
1100
1101 static Intent getChooser(Context context, Intent intent, boolean share) {
1102 SharedPreferences prefs = PreferenceManager.getDefaultSharedPreferences(context);

Callers 15

onImportCertificateMethod · 0.95
onClickMethod · 0.95
onClickMethod · 0.95
onSaveMethod · 0.95
onClickMethod · 0.95
onMenuItemClickMethod · 0.95
onClickMethod · 0.95
onActionAttachmentMethod · 0.95
onAddImageMethod · 0.95
onStoreRawMethod · 0.95
onAccountSelectedMethod · 0.95
onMenuItemClickMethod · 0.95

Calls 4

eMethod · 0.95
getBooleanMethod · 0.80
sizeMethod · 0.65
getStringMethod · 0.45

Tested by

no test coverage detected