Share via


Settings.ActionStorageVolumeAccessSettings Field

Definition

Activity Action: Show screen for controlling which apps have access on volume directories.

[Android.Runtime.Register("ACTION_STORAGE_VOLUME_ACCESS_SETTINGS", ApiSince=28)]
public const string ActionStorageVolumeAccessSettings;
[<Android.Runtime.Register("ACTION_STORAGE_VOLUME_ACCESS_SETTINGS", ApiSince=28)>]
val mutable ActionStorageVolumeAccessSettings : string

Field Value

Attributes

Remarks

Activity Action: Show screen for controlling which apps have access on volume directories.

Input: Nothing.

Output: Nothing.

Applications typically use this action to ask the user to revert the "Do not ask again" status of directory access requests made by android.os.storage.StorageVolume#createAccessIntent(String).

This member is deprecated. use #ACTION_APPLICATION_DETAILS_SETTINGS to manage storage permissions for a specific application

Java documentation for android.provider.Settings.ACTION_STORAGE_VOLUME_ACCESS_SETTINGS.

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