다음을 통해 공유


DevicePolicyManager.SetMasterVolumeMuted(ComponentName, Boolean) Method

Definition

Called by profile or device owners to set the global volume mute on or off.

[Android.Runtime.Register("setMasterVolumeMuted", "(Landroid/content/ComponentName;Z)V", "GetSetMasterVolumeMuted_Landroid_content_ComponentName_ZHandler")]
public virtual void SetMasterVolumeMuted (Android.Content.ComponentName admin, bool on);
[<Android.Runtime.Register("setMasterVolumeMuted", "(Landroid/content/ComponentName;Z)V", "GetSetMasterVolumeMuted_Landroid_content_ComponentName_ZHandler")>]
abstract member SetMasterVolumeMuted : Android.Content.ComponentName * bool -> unit
override this.SetMasterVolumeMuted : Android.Content.ComponentName * bool -> unit

Parameters

admin
ComponentName

Which DeviceAdminReceiver this request is associated with.

on
Boolean

true to mute global volume, false to turn mute off.

Attributes

Remarks

Called by profile or device owners to set the global volume mute on or off. This has no effect when set on a managed profile.

Java documentation for android.app.admin.DevicePolicyManager.setMasterVolumeMuted(android.content.ComponentName, 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