Intent.ActionDeviceStorageLow Field

Definition

Broadcast Action: A sticky broadcast that indicates low storage space condition on the device <p class="note"> This is a protected intent that can only be sent by the system.

[Android.Runtime.Register("ACTION_DEVICE_STORAGE_LOW")]
public const string ActionDeviceStorageLow;
[<Android.Runtime.Register("ACTION_DEVICE_STORAGE_LOW")>]
val mutable ActionDeviceStorageLow : string

Field Value

Implements

Attributes

Remarks

Broadcast Action: A sticky broadcast that indicates low storage space condition on the device <p class="note"> This is a protected intent that can only be sent by the system.

This member is deprecated. if your app targets android.os.Build.VERSION_CODES#O or above, this broadcast will no longer be delivered to any BroadcastReceiver defined in your manifest. Instead, apps are strongly encouraged to use the improved Context#getCacheDir() behavior so the system can automatically free up storage when needed.

Java documentation for android.content.Intent.ACTION_DEVICE_STORAGE_LOW.

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