Android.App.ActivityManager.ClearApplicationUserData Method
Permits an application to erase its own data from disk.

Syntax

[Android.Runtime.Register("clearApplicationUserData", "()Z", "GetClearApplicationUserDataHandler")]
public virtual bool ClearApplicationUserData ()

Returns

Documentation for this section has not yet been entered.

Remarks

Permits an application to erase its own data from disk. This is equivalent to the user choosing to clear the app's data from within the device settings UI. It erases all dynamic data associated with the app -- its private data and data in its private area on external storage -- but does not remove the installed application itself, nor any OBB files.

[Android Documentation]

Requirements

Namespace: Android.App
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 1