Merge "Restore CAMERA permission to ApiDemos." into honeycomb-mr1
diff --git a/samples/ApiDemos/AndroidManifest.xml b/samples/ApiDemos/AndroidManifest.xml
index c6e03b6..c3d66df 100644
--- a/samples/ApiDemos/AndroidManifest.xml
+++ b/samples/ApiDemos/AndroidManifest.xml
@@ -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"