Skip to content

Commit

Permalink
320 a
Browse files Browse the repository at this point in the history
  • Loading branch information
katahiromz committed Feb 1, 2023
1 parent de0b839 commit 71dfe72
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@
<uses-permission android:name="android.permission.RECORD_AUDIO" />
<uses-permission android:name="android.permission.MODIFY_AUDIO_SETTINGS" />
<uses-permission android:name="android.permission.MICROPHONE" />
// TODO: Add permission(s)
<!-- TODO: Add permission(s) -->

<uses-feature android:name="android.hardware.microphone" android:required="false" />
// TODO: Add feature(s)
<!-- TODO: Add feature(s) -->

<queries>
<intent>
Expand Down

0 comments on commit 71dfe72

Please sign in to comment.