Skip to content
Snippets Groups Projects
Commit 36781e06 authored by Adrien Béraud's avatar Adrien Béraud
Browse files

manifest: declare support for front-only camera

Change-Id: I195520321e8bdd5b795e4e5c57f7aa5beff6443f
parent 97b8f0b4
No related branches found
No related tags found
No related merge requests found
......@@ -71,6 +71,12 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
<uses-feature
android:name="android.hardware.camera"
android:required="false" />
<uses-feature
android:name="android.hardware.camera.any"
android:required="false" />
<uses-feature
android:name="android.hardware.camera.autofocus"
android:required="false" />
<uses-feature
android:name="android.hardware.touchscreen"
android:required="false" />
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment