ApplicationInfo.BackupAgentName Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Class implementing the Application's backup functionality.
[Android.Runtime.Register("backupAgentName")]
public string? BackupAgentName { get; set; }
[<Android.Runtime.Register("backupAgentName")>]
member this.BackupAgentName : string with get, set
Property Value
- Attributes
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.
Java documentation for android.content.pm.ApplicationInfo.backupAgentName
.
Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.