次の方法で共有


PackageManager.FeatureCameraAutofocus フィールド

定義

機能と#getSystemAvailableFeatures#hasSystemFeature: デバイスのカメラは自動フォーカスをサポートしています。

[Android.Runtime.Register("FEATURE_CAMERA_AUTOFOCUS")]
public const string FeatureCameraAutofocus;
[<Android.Runtime.Register("FEATURE_CAMERA_AUTOFOCUS")>]
val mutable FeatureCameraAutofocus : string

フィールド値

属性

注釈

機能と#getSystemAvailableFeatures#hasSystemFeature: デバイスのカメラは自動フォーカスをサポートしています。

の Java ドキュメントandroid.content.pm.PackageManager.FEATURE_CAMERA_AUTOFOCUS

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

適用対象