Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

android 12 适配 #677

Open
beiliubei opened this issue Jan 6, 2022 · 1 comment
Open

android 12 适配 #677

beiliubei opened this issue Jan 6, 2022 · 1 comment

Comments

@beiliubei
Copy link

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
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants