diff options
author | Yin-Chia Yeh <yinchiayeh@google.com> | 2015-10-06 13:45:20 -0700 |
---|---|---|
committer | Yin-Chia Yeh <yinchiayeh@google.com> | 2015-10-06 13:45:20 -0700 |
commit | a636be6c9a8a9192f72a111c2b3084a226d37b7e (patch) | |
tree | afbb625ec63414d68a0c3ca25522fccac7217306 /core | |
parent | 46684d2caeef93f43be260d996e925ea6e4147ea (diff) | |
download | frameworks_base-a636be6c9a8a9192f72a111c2b3084a226d37b7e.zip frameworks_base-a636be6c9a8a9192f72a111c2b3084a226d37b7e.tar.gz frameworks_base-a636be6c9a8a9192f72a111c2b3084a226d37b7e.tar.bz2 |
Camera: fix wrong FULL feature string
Bug: 24678065
Change-Id: I2ca49565b919c87005d941863e22e3852a01a6c6
Diffstat (limited to 'core')
-rw-r--r-- | core/java/android/hardware/camera2/CameraDevice.java | 2 |
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 20b0be1..8f45f72 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 |