We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6eeff85 + 752af83 commit c9108b1Copy full SHA for c9108b1
core/java/android/content/pm/PackageManager.java
@@ -833,6 +833,15 @@ public NameNotFoundException(String name) {
833
@SdkConstant(SdkConstantType.FEATURE)
834
public static final String FEATURE_CAMERA_AUTOFOCUS = "android.hardware.camera.autofocus";
835
836
+ /**
837
+ * Feature for {@link #getSystemAvailableFeatures} and
838
+ * {@link #hasSystemFeature}: The device has at least one camera pointing in
839
+ * some direction.
840
+ * @hide
841
+ */
842
+ @SdkConstant(SdkConstantType.FEATURE)
843
+ public static final String FEATURE_CAMERA_ANY = "android.hardware.camera.any";
844
+
845
/**
846
* Feature for {@link #getSystemAvailableFeatures} and
847
* {@link #hasSystemFeature}: The device's camera supports flash.
0 commit comments