Share via


TelephonyManager.ExtraHidePublicSettings Field

Definition

The boolean value indicating whether the voicemail settings activity launched by #ACTION_CONFIGURE_VOICEMAIL should hide settings accessible through public API.

[Android.Runtime.Register("EXTRA_HIDE_PUBLIC_SETTINGS", ApiSince=26)]
public const string ExtraHidePublicSettings;
[<Android.Runtime.Register("EXTRA_HIDE_PUBLIC_SETTINGS", ApiSince=26)>]
val mutable ExtraHidePublicSettings : string

Field Value

Attributes

Remarks

The boolean value indicating whether the voicemail settings activity launched by #ACTION_CONFIGURE_VOICEMAIL should hide settings accessible through public API. This is used by dialer implementations which provides their own voicemail settings UI, but still needs to expose device specific voicemail settings to the user.

Java documentation for android.telephony.TelephonyManager.EXTRA_HIDE_PUBLIC_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