Android.App.Backup.BackupManager.DataChanged Method
Convenience method for callers who need to indicate that some other package needs a backup pass.

Syntax

[Android.Runtime.Register("dataChanged", "(Ljava/lang/String;)V", "")]
public static void DataChanged (string packageName)

Parameters

packageName
The package name identifying the application to back up.

Remarks

Convenience method for callers who need to indicate that some other package needs a backup pass. This can be useful in the case of groups of packages that share a uid.

This method requires that the application hold the "android.permission.BACKUP" permission if the package named in the argument does not run under the same uid as the caller.

[Android Documentation]

Requirements

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