DevicePolicyManager.SetLocationEnabled(ComponentName, Boolean) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
设备所有者调用以设置用户的全局位置设置。
[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 开放源代码项目创建和共享的工作进行的修改,并根据 Creative Commons 2.5 属性许可证中所述的术语使用。