If I know the package name of another app on the device, how can I programmically clear the application data of that other app?
Note: I did find this, but I don't know how to convert it to B4A:
((ActivityManager) context.getSystemService(Context.ACTIVITY_SERVICE)).clearApplicationUserData();
Note: I did find this, but I don't know how to convert it to B4A:
((ActivityManager) context.getSystemService(Context.ACTIVITY_SERVICE)).clearApplicationUserData();