Hello, many thanks for the video, explaining the implementation. In my case the app crashes, on the emulator and on the smartphone. Fatal exception due to permission denial. Suppose it lacks proper permissions implementation. User has to permit app access to Bluetooth, correct? best regards
Yes of course you need to add Bluetooth permission to your Manifest and also request the dangerous ones which you Need for your usecases during runtime
Hello, thank you for your information. In my case, the app crashes also on the emulator and on the smartphone. I double-checked the permission on the android manifest but nothing to find. Have you got any idea?@@kapps7407
Hello, many thanks for the video, explaining the implementation. In my case the app crashes, on the emulator and on the smartphone. Fatal exception due to permission denial. Suppose it lacks proper permissions implementation. User has to permit app access to Bluetooth, correct? best regards
Yes of course you need to add Bluetooth permission to your Manifest and also request the dangerous ones which you Need for your usecases during runtime
Hello, thank you for your information. In my case, the app crashes also on the emulator and on the smartphone. I double-checked the permission on the android manifest but nothing to find. Have you got any idea?@@kapps7407
very good
Dear how we can launch composable from Broadcast receiver class