diff options
author | Eino-Ville Talvala <etalvala@google.com> | 2015-11-08 18:27:20 -0800 |
---|---|---|
committer | Eino-Ville Talvala <etalvala@google.com> | 2015-11-11 23:59:38 +0000 |
commit | d8407271ffa83d27e9a524f485a0799e422e1fd6 (patch) | |
tree | d5d0a968206bf20b8606bca8de4851fe684ec4aa /docs | |
parent | e68e70d509e2a0ba1c8bd56c231bf1c6cc3da967 (diff) | |
download | frameworks_base-d8407271ffa83d27e9a524f485a0799e422e1fd6.zip frameworks_base-d8407271ffa83d27e9a524f485a0799e422e1fd6.tar.gz frameworks_base-d8407271ffa83d27e9a524f485a0799e422e1fd6.tar.bz2 |
Camera: Documentation updates
- Clarify hardware.camera feature being only for the back camera
- Clarify what setting a CaptureRequest field to null does
- Use preCorrectionActiveArray instead of activeArray in list of
possible raw output sizes
- Clarify length of GPS processing field for camera1 API
Bug: 24540625
Bug: 23908116
Bug: 23051627
Bug: 17345901
Change-Id: Iaf11fdf626268cf30f66b3628153ec3ac770c4f4
Diffstat (limited to 'docs')
-rw-r--r-- | docs/html/guide/topics/manifest/uses-feature-element.jd | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/docs/html/guide/topics/manifest/uses-feature-element.jd b/docs/html/guide/topics/manifest/uses-feature-element.jd index c1ccef0..e22dc4a 100644 --- a/docs/html/guide/topics/manifest/uses-feature-element.jd +++ b/docs/html/guide/topics/manifest/uses-feature-element.jd @@ -562,10 +562,11 @@ is sensitive to delays or lag in sound input or output.</td> <tr> <td rowspan="6">Camera</td> <td><code>android.hardware.camera</code></td> - <td>The application uses the device's camera. If the device supports - multiple cameras, the application uses the camera that facing - away from the screen.</td> - <td></td> + <td>The application uses the device's back-facing (main) camera.</td> + <td>Importantly, devices with only a front-facing camera will not list this + feature, so the <code>android.hardware.camera.any</code> feature should be + used instead if a camera facing any direction is acceptable for the + application.</td> </tr> <tr> <td><code>android.hardware.camera.autofocus</code></td> |