Update flutter-webrtc to 0.9.19

Also remove BLUETOOTH_CONNECT permissions which are no longer needed.
This commit is contained in:
davidliu
2023-01-12 16:51:47 +09:00
parent 01145bf36c
commit 23536fb46a
5 changed files with 4 additions and 6 deletions
-1
View File
@@ -110,7 +110,6 @@ We require a set of permissions that need to be declared in your `AppManifest.xm
<uses-permission android:name="android.permission.MODIFY_AUDIO_SETTINGS" />
<uses-permission android:name="android.permission.BLUETOOTH" android:maxSdkVersion="30" />
<uses-permission android:name="android.permission.BLUETOOTH_ADMIN" android:maxSdkVersion="30" />
<uses-permission android:name="android.permission.BLUETOOTH_CONNECT" />
...
</manifest>
```