yanzhenjie / AndPermission

:strawberry: Permissions manager for Android platform.
https://yanzhenjie.com/AndPermission
Apache License 2.0
6.63k stars 1.1k forks source link

android 12 适配 #677

Open beiliubei opened 2 years ago

beiliubei commented 2 years ago

https://developer.android.google.cn/about/versions/12/features/bluetooth-permissions?hl=zh-cn

缺少

<!-- Needed only if your app makes the device discoverable to Bluetooth
     devices. -->
<uses-permission android:name="android.permission.BLUETOOTH_ADVERTISE" />

<!-- Needed only if your app communicates with already-paired Bluetooth
     devices. -->
<uses-permission android:name="android.permission.BLUETOOTH_CONNECT" />
MiraclesHed commented 2 years ago

可以用这个替换:https://github.com/guolindev/PermissionX