次の方法で共有


DevicePolicyManager.GetAutoTimeEnabled(ComponentName) メソッド

定義

デバイスで自動時刻が有効になっている場合は true を返します。

[Android.Runtime.Register("getAutoTimeEnabled", "(Landroid/content/ComponentName;)Z", "GetGetAutoTimeEnabled_Landroid_content_ComponentName_Handler", ApiSince=30)]
public virtual bool GetAutoTimeEnabled (Android.Content.ComponentName? admin);
[<Android.Runtime.Register("getAutoTimeEnabled", "(Landroid/content/ComponentName;)Z", "GetGetAutoTimeEnabled_Landroid_content_ComponentName_Handler", ApiSince=30)>]
abstract member GetAutoTimeEnabled : Android.Content.ComponentName -> bool
override this.GetAutoTimeEnabled : Android.Content.ComponentName -> bool

パラメーター

admin
ComponentName

DeviceAdminReceiverこの要求が関連付けられているもの。 呼び出し元がデバイス管理者でない場合は Null。

戻り値

デバイスで自動時刻が有効になっている場合は true。

属性

注釈

デバイスで自動時刻が有効になっている場合は true を返します。

の Java ドキュメントandroid.app.admin.DevicePolicyManager.getAutoTimeEnabled(android.content.ComponentName)

このページの一部は、Android オープンソース プロジェクトによって作成および共有され、クリエイティブ コモンズ 2.5 属性ライセンスに記載されている条件に従って使用される作業に基づく変更です。

適用対象