diff options
author | Ruben Brunk <rubenbrunk@google.com> | 2014-07-01 16:00:26 -0700 |
---|---|---|
committer | Ruben Brunk <rubenbrunk@google.com> | 2014-07-01 23:59:23 +0000 |
commit | 4a61a86b366db4e8cbc6f699e0b4331b1f07f7c8 (patch) | |
tree | 41e3d9a453058344ffc87b0d458fb14b2f5cf6f7 /api/current.txt | |
parent | 3c8fa3b356fa8f24b55d3dc42d4313297542e9f2 (diff) | |
download | frameworks_base-4a61a86b366db4e8cbc6f699e0b4331b1f07f7c8.zip frameworks_base-4a61a86b366db4e8cbc6f699e0b4331b1f07f7c8.tar.gz frameworks_base-4a61a86b366db4e8cbc6f699e0b4331b1f07f7c8.tar.bz2 |
camera2: Update camera metadata with legacy mode enum.
Bug: 15116722
- Adds enum for a device running in compatibility mode. When running
in compatibility mode, the Camera2 API is emulated using the
deprecated Camera API, and many capabilities will not be supported.
Change-Id: I94f31775699447a82d53b7f2a6f9fbdc0a5afb3f
Diffstat (limited to 'api/current.txt')
-rw-r--r-- | api/current.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/api/current.txt b/api/current.txt index ef8cbb1..1e8f9b5 100644 --- a/api/current.txt +++ b/api/current.txt @@ -12566,6 +12566,7 @@ package android.hardware.camera2 { field public static final int HOT_PIXEL_MODE_HIGH_QUALITY = 2; // 0x2 field public static final int HOT_PIXEL_MODE_OFF = 0; // 0x0 field public static final int INFO_SUPPORTED_HARDWARE_LEVEL_FULL = 1; // 0x1 + field public static final int INFO_SUPPORTED_HARDWARE_LEVEL_LEGACY = 2; // 0x2 field public static final int INFO_SUPPORTED_HARDWARE_LEVEL_LIMITED = 0; // 0x0 field public static final int LENS_FACING_BACK = 1; // 0x1 field public static final int LENS_FACING_FRONT = 0; // 0x0 |