MediaStore.VolumeInternal Field
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.
Synthetic volume name that provides a view of all content across the "internal" storage of the device.
[Android.Runtime.Register("VOLUME_INTERNAL", ApiSince=29)]
public const string VolumeInternal;
[<Android.Runtime.Register("VOLUME_INTERNAL", ApiSince=29)>]
val mutable VolumeInternal : string
Field Value
- Attributes
Remarks
Synthetic volume name that provides a view of all content across the "internal" storage of the device.
This synthetic volume provides a merged view of all media distributed with the device, such as built-in ringtones and wallpapers.
Because this is a synthetic volume, you can't insert new content into this volume.
Java documentation for android.provider.MediaStore.VOLUME_INTERNAL
.
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.