Skip to content

Commit

Permalink
fix: Remove the unused permission to record the audio (android.permis…
Browse files Browse the repository at this point in the history
…sion.RECORD_AUDIO) (#4085)
  • Loading branch information
g123k authored Jun 6, 2023
1 parent 4a5f8fc commit e0d823e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions packages/smooth_app/android/app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@

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

<!-- Some dependencies may request this permission, which is not used in our app -->
<uses-permission android:name="android.permission.RECORD_AUDIO" tools:node="remove" />

<queries>
<intent>
<action android:name="android.intent.action.SENDTO" />
Expand Down

0 comments on commit e0d823e

Please sign in to comment.