RingtoneManager.IncludeDrm Property

Definition

Caution

deprecated

Returns whether DRM ringtones will be included. -or- Sets whether to include DRM ringtones.

[System.Obsolete("deprecated")]
public virtual bool IncludeDrm { [Android.Runtime.Register("getIncludeDrm", "()Z", "GetGetIncludeDrmHandler")] get; [Android.Runtime.Register("setIncludeDrm", "(Z)V", "GetSetIncludeDrm_ZHandler")] set; }
[<System.Obsolete("deprecated")>]
[<get: Android.Runtime.Register("getIncludeDrm", "()Z", "GetGetIncludeDrmHandler")>]
[<set: Android.Runtime.Register("setIncludeDrm", "(Z)V", "GetSetIncludeDrm_ZHandler")>]
member this.IncludeDrm : bool with get, set

Property Value

Whether DRM ringtones will be included.

Attributes

Remarks

Property getter documentation:

Returns whether DRM ringtones will be included.

This member is deprecated. DRM ringtones are no longer supported

Java documentation for android.media.RingtoneManager.getIncludeDrm().

Property setter documentation:

Sets whether to include DRM ringtones.

This member is deprecated. DRM ringtones are no longer supported

Java documentation for android.media.RingtoneManager.setIncludeDrm(boolean).

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

See also