ApplicationInfo.ManageSpaceActivityName 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 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.