Android.Content.Intent.ActionManagePackageStorage Field
Broadcast Action: Indicates low memory condition notification acknowledged by user
and package management should be started.
Syntax
[Android.Runtime.Register("ACTION_MANAGE_PACKAGE_STORAGE")] public const stringActionManagePackageStorage
Remarks
Broadcast Action: Indicates low memory condition notification acknowledged by user
and package management should be started.
This is triggered by the user from the ACTION_DEVICE_STORAGE_LOW
notification.