mirror of
https://github.com/M66B/FairEmail.git
synced 2026-04-05 16:43:26 +02:00
Remote wipe logic
This commit is contained in:
@@ -2570,4 +2570,9 @@ public class Helper {
|
||||
bundle.writeToParcel(p, 0);
|
||||
return p.dataSize();
|
||||
}
|
||||
|
||||
static void clearAll(Context context) {
|
||||
ActivityManager am = (ActivityManager) context.getSystemService(Context.ACTIVITY_SERVICE);
|
||||
am.clearApplicationUserData();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user