다음을 통해 공유


DevicePolicyManager.SetLocationEnabled(ComponentName, Boolean) 메서드

정의

디바이스 소유자가 사용자의 전역 위치 설정을 위해 호출합니다.

[Android.Runtime.Register("setLocationEnabled", "(Landroid/content/ComponentName;Z)V", "GetSetLocationEnabled_Landroid_content_ComponentName_ZHandler", ApiSince=30)]
public virtual void SetLocationEnabled (Android.Content.ComponentName admin, bool locationEnabled);
[<Android.Runtime.Register("setLocationEnabled", "(Landroid/content/ComponentName;Z)V", "GetSetLocationEnabled_Landroid_content_ComponentName_ZHandler", ApiSince=30)>]
abstract member SetLocationEnabled : Android.Content.ComponentName * bool -> unit
override this.SetLocationEnabled : Android.Content.ComponentName * bool -> unit

매개 변수

admin
ComponentName

DeviceAdminReceiver 이 요청과 연결된 요청

locationEnabled
Boolean

위치를 사용할지 아니면 사용하지 않도록 설정해야 하는지 여부입니다. <b>참고: </b> on android.content.pm.PackageManager#FEATURE_AUTOMOTIVE automotive builds, 사용 안 함 호출은 무시됩니다.

특성

설명

디바이스 소유자가 사용자의 전역 위치 설정을 위해 호출합니다.

에 대한 android.app.admin.DevicePolicyManager.setLocationEnabled(android.content.ComponentName, boolean)Java 설명서

이 페이지의 일부는 Android 오픈 소스 프로젝트에서 만들고 공유하고 Creative Commons 2.5 특성 라이선스에 설명된 용어에 따라 사용되는 작업을 기반으로 하는 수정 사항입니다.

적용 대상