diff options
| author | 2015-11-16 20:59:58 +0000 | |
|---|---|---|
| committer | 2015-11-16 20:59:58 +0000 | |
| commit | 07437cbc9c3ce5a8de623fc4497c6fd2a7c69ced (patch) | |
| tree | 7b7b41774c995e5b1ec5f6141352d1431efe55c1 | |
| parent | 11c5b0aff7a742e21bd701ad04572dcf7e0f9332 (diff) | |
| parent | e1cbe99e5ff222f5d017af83466793209e668ed7 (diff) | |
Camera: Minor documentation update am: 0b6e1bfae8 am: 0691d16759 am: 062c629e5c am: 784f0f15a9 am: c24b39e0c0 am: 579cc90e61
am: e1cbe99e5f
* commit 'e1cbe99e5ff222f5d017af83466793209e668ed7':
Camera: Minor documentation update
| -rw-r--r-- | docs/html/guide/topics/manifest/uses-feature-element.jd | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/html/guide/topics/manifest/uses-feature-element.jd b/docs/html/guide/topics/manifest/uses-feature-element.jd index e22dc4a4bda2..21e3057aaf04 100644 --- a/docs/html/guide/topics/manifest/uses-feature-element.jd +++ b/docs/html/guide/topics/manifest/uses-feature-element.jd @@ -563,8 +563,8 @@ is sensitive to delays or lag in sound input or output.</td> <td rowspan="6">Camera</td> <td><code>android.hardware.camera</code></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 + <td>Devices with only a front-facing camera do 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> |