OSDN Git Service

Camera: Minor documentation update
authorEino-Ville Talvala <etalvala@google.com>
Mon, 9 Nov 2015 02:27:20 +0000 (18:27 -0800)
committerEino-Ville Talvala <etalvala@google.com>
Fri, 13 Nov 2015 23:25:45 +0000 (15:25 -0800)
 - Further clarify hardware.camera feature being only for the back camera

Bug: 24540625
Change-Id: I7a698740475aa4932648c8f62aab81d5f9341030

docs/html/guide/topics/manifest/uses-feature-element.jd

index e22dc4a..21e3057 100644 (file)
@@ -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>