共用方式為


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> 在 上 android.content.pm.PackageManager#FEATURE_AUTOMOTIVE automotive builds,將會忽略停用的呼叫。

屬性

備註

由裝置擁有者呼叫以設定使用者的全域位置設定。

android.app.admin.DevicePolicyManager.setLocationEnabled(android.content.ComponentName, boolean)Java 檔。

此頁面的部分是根據 Android 開放原始碼專案所建立和共用的工作進行修改,並根據 Creative Commons 2.5 屬性授權中所述的詞彙使用。

適用於