Environment.DirectoryAlarms 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.
Standard directory in which to place any audio files that should be in the list of alarms that the user can select (not as regular music).
[Android.Runtime.Register("DIRECTORY_ALARMS")]
public static string? DirectoryAlarms { get; set; }
[<Android.Runtime.Register("DIRECTORY_ALARMS")>]
static member DirectoryAlarms : string with get, set
Property Value
- Attributes
Remarks
Standard directory in which to place any audio files that should be in the list of alarms that the user can select (not as regular music). This may be combined with #DIRECTORY_MUSIC
, #DIRECTORY_AUDIOBOOKS
, #DIRECTORY_PODCASTS
, #DIRECTORY_NOTIFICATIONS
, #DIRECTORY_RINGTONES
, and #DIRECTORY_RECORDINGS
as a series of directories to categorize a particular audio file as more than one type.
Java documentation for android.os.Environment.DIRECTORY_ALARMS
.
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.