Android.Content.PM.ApplicationInfo.BackupAgentName Property
Class implementing the Application's backup functionality.

Syntax

[Android.Runtime.Register("backupAgentName")]
public string BackupAgentName { get; set; }

Value

Documentation for this section has not yet been entered.

Remarks

Class implementing the Application's backup functionality. From the "backupAgent" attribute. This is an optional attribute and will be null if the application does not specify it in its manifest.

If android:allowBackup is set to false, this attribute is ignored.

[Android Documentation]

Requirements

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