Easiest Way to Implement a BroadcastReceiver in Android Jetpack Compose - Android Studio Tutorial

Поделиться
HTML-код
  • Опубликовано: 27 ноя 2024

Комментарии • 5

  • @tmjromao
    @tmjromao 2 года назад +1

    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

    • @kapps7407
      @kapps7407  2 года назад

      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

    • @zorzional
      @zorzional 8 месяцев назад

      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

  • @levimendes958
    @levimendes958 8 месяцев назад

    very good

  • @waqarmkhan7110
    @waqarmkhan7110 Год назад

    Dear how we can launch composable from Broadcast receiver class