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

Method getSystemService

app/src/main/java/eu/faircode/email/Helper.java:907–909  ·  view source on GitHub ↗
(Context context, Class<T> type)

Source from the content-addressed store, hash-verified

905 }
906
907 static <T extends Object> T getSystemService(Context context, Class<T> type) {
908 return ContextCompat.getSystemService(context.getApplicationContext(), type);
909 }
910
911 static boolean hasPhotoPicker() {
912 return (Build.VERSION.SDK_INT > Build.VERSION_CODES.TIRAMISU ||

Callers 15

onResumeMethod · 0.95
onPauseMethod · 0.95
onCreateMethod · 0.95
onChangedMethod · 0.95
delegateMethod · 0.95
onDestroyMethod · 0.95
monitorAccountMethod · 0.95
notificationMethod · 0.95
onReceiveMethod · 0.95
onExecuteMethod · 0.95
onExecuteMethod · 0.95
connectMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected