OSDN Git Service

Camera: fix wrong FULL feature string
authorYin-Chia Yeh <yinchiayeh@google.com>
Tue, 6 Oct 2015 20:45:20 +0000 (13:45 -0700)
committerYin-Chia Yeh <yinchiayeh@google.com>
Tue, 6 Oct 2015 20:46:53 +0000 (13:46 -0700)
Bug: 24678065
Change-Id: I2ca49565b919c87005d941863e22e3852a01a6c6

core/java/android/hardware/camera2/CameraDevice.java

index 4a71aa0..da11908 100644 (file)
@@ -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