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

Method clearAll

app/src/main/java/eu/faircode/email/Helper.java:3931–3934  ·  view source on GitHub ↗
(Context context)

Source from the content-addressed store, hash-verified

3929 }
3930
3931 static void clearAll(Context context) {
3932 ActivityManager am = Helper.getSystemService(context, ActivityManager.class);
3933 am.clearApplicationUserData();
3934 }
3935
3936 static class MaximumLengthStream extends FilterInputStream {
3937 private int max;

Callers 2

onClickMethod · 0.95
runRulesMethod · 0.95

Calls 1

getSystemServiceMethod · 0.95

Tested by

no test coverage detected