summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYin-Chia Yeh <yinchiayeh@google.com>2015-10-07 21:36:35 +0000
committerAndroid Git Automerger <android-git-automerger@android.com>2015-10-07 21:36:35 +0000
commit9d68833686e04ff5ff910a9d90fe99bc1347aaca (patch)
treea5883cfee95f630c87682136d40ec07f57230923
parent2a6f1d4af39a72abecf16cc0a95feda7431afc07 (diff)
parenta636be6c9a8a9192f72a111c2b3084a226d37b7e (diff)
downloadbase-9d68833686e04ff5ff910a9d90fe99bc1347aaca.tar.gz
am a636be6c: Camera: fix wrong FULL feature string
* commit 'a636be6c9a8a9192f72a111c2b3084a226d37b7e': Camera: fix wrong FULL feature string
-rw-r--r--core/java/android/hardware/camera2/CameraDevice.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/java/android/hardware/camera2/CameraDevice.java b/core/java/android/hardware/camera2/CameraDevice.java
index 20b0be11e23c..8f45f72de6e2 100644
--- a/core/java/android/hardware/camera2/CameraDevice.java
+++ b/core/java/android/hardware/camera2/CameraDevice.java
@@ -46,7 +46,7 @@ import java.lang.annotation.RetentionPolicy;
* provide substantially improved capabilities over the older camera
* API. Applications that target the limited level devices will run unchanged on
* the full-level devices; if your application requires a full-level device for
- * proper operation, declare the "android.hardware.camera2.full" feature in your
+ * proper operation, declare the "android.hardware.camera.level.full" feature in your
* manifest.</p>
*
* @see CameraManager#openCamera