From 0b6e1bfae848b7b177bba9c8119ad44cdc05684a Mon Sep 17 00:00:00 2001 From: Eino-Ville Talvala Date: Sun, 8 Nov 2015 18:27:20 -0800 Subject: Camera: Minor documentation update - 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 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'docs') diff --git a/docs/html/guide/topics/manifest/uses-feature-element.jd b/docs/html/guide/topics/manifest/uses-feature-element.jd index e22dc4a..21e3057 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. Camera android.hardware.camera The application uses the device's back-facing (main) camera. - Importantly, devices with only a front-facing camera will not list this - feature, so the android.hardware.camera.any feature should be + Devices with only a front-facing camera do not list this feature, so the + android.hardware.camera.any feature should be used instead if a camera facing any direction is acceptable for the application. -- cgit v1.1