Skip to content

Commit

Permalink
camera:texture-view: remove unused permission
Browse files Browse the repository at this point in the history
This was probably copied from the other camera sample that supports
saving images. This one does not, and even if it did, that permission
hasn't been needed since KitKat anyway.
  • Loading branch information
DanAlbert committed May 14, 2024
1 parent c2fa4af commit efe92cf
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion camera/texture-view/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
android:versionName="1.0" >

<uses-permission android:name="android.permission.CAMERA" />
<uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" />

<uses-feature android:name="android.hardware.camera" />
<uses-feature android:name="android.hardware.camera.autofocus" />
Expand Down

0 comments on commit efe92cf

Please sign in to comment.