Merge "Restore CAMERA permission to ApiDemos." into honeycomb-mr1

This commit is contained in:
Daniel Sandler
2011-03-04 10:42:15 -08:00
committed by Android (Google) Code Review

View File

@@ -40,11 +40,9 @@
<!-- We will request access to the camera, saying we require a camera
of some sort but not one with autofocus capability. -->
<!--
<uses-permission android:name="android.permission.CAMERA" />
<uses-feature android:name="android.hardware.camera" />
<uses-feature android:name="android.hardware.camera.autofocus" android:required="false" />
-->
<application android:name="ApiDemosApplication"
android:label="@string/activity_sample_code"