Skip to content

Commit ac629d1

Browse files
authored
feat(android): remove RECORD_AUDIO permission not requested at runtime (#280)
1 parent 7dc2f87 commit ac629d1

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

plugin.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,6 @@ xmlns:android="http://schemas.android.com/apk/res/android"
8989
</config-file>
9090

9191
<config-file target="AndroidManifest.xml" parent="/*">
92-
<uses-permission android:name="android.permission.RECORD_AUDIO" />
9392
<uses-permission android:name="android.permission.READ_EXTERNAL_STORAGE" android:maxSdkVersion="32" />
9493
<uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" android:maxSdkVersion="32" />
9594
</config-file>

0 commit comments

Comments
 (0)