For some reason, it needs BLUETOOTH_CONNECT permission? Adding <uses-permission android:name="andr

For some reason, it needs BLUETOOTH_CONNECT permission? Adding <uses-permission android:name="android.permission.BLUETOOTH_CONNECT" /> to AndroidManifest.xml and then manually enabling it in the settings on my phone resolved the crashes and made the app run properly. But why? And also, how can i resolve missing assemblies error without bloating the app size?
Was this page helpful?