Skip to content

Commit 0c95cf3

Browse files
committed
Add record audio permission
1 parent eacd33d commit 0c95cf3

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

samples/camera/camerax/src/main/AndroidManifest.xml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,8 @@
2323
<uses-permission
2424
android:name="android.permission.WRITE_EXTERNAL_STORAGE"
2525
android:maxSdkVersion="28" />
26+
<uses-permission android:name="android.permission.RECORD_AUDIO" />
27+
2628
<uses-feature
2729
android:name="android.hardware.camera"
2830
android:required="false" />

0 commit comments

Comments
 (0)