Skip to content

Commit

Permalink
fix: 🔨 add record permission for android example (#234)
Browse files Browse the repository at this point in the history
  • Loading branch information
vatsaltanna authored Aug 5, 2024
1 parent 0dde6b9 commit d76ab35
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion example/android/app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@
<data android:scheme="https" />
</intent>
</queries>
<uses-permission android:name="android.permission.INTERNET"/>
<uses-permission android:name="android.permission.INTERNET"/>
<uses-permission android:name="android.permission.RECORD_AUDIO" />
<application
android:label="example"
android:icon="@mipmap/ic_launcher">
Expand Down

0 comments on commit d76ab35

Please sign in to comment.