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> 在 上 android.content.pm.PackageManager#FEATURE_AUTOMOTIVE automotive builds
,將會忽略停用的呼叫。
- 屬性
備註
由裝置擁有者呼叫以設定使用者的全域位置設定。
此頁面的部分是根據 Android 開放原始碼專案所建立和共用的工作進行修改,並根據 Creative Commons 2.5 屬性授權中所述的詞彙使用。