* commit 'cc6e41a44524592c9b477f99fcc738dea7538811': Restore CAMERA permission to ApiDemos.
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user