ApplicationInfo.ManageSpaceActivityName Property

Definition

Class implementing the Application's manage space functionality.

[Android.Runtime.Register("manageSpaceActivityName")]
public string? ManageSpaceActivityName { get; set; }
[<Android.Runtime.Register("manageSpaceActivityName")>]
member this.ManageSpaceActivityName : string with get, set

Property Value

Attributes

Remarks

Class implementing the Application's manage space functionality. From the "manageSpaceActivity" attribute. This is an optional attribute and will be null if applications don't specify it in their manifest

Java documentation for android.content.pm.ApplicationInfo.manageSpaceActivityName.

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.

Applies to