Open dhiaCodes opened 5 months ago
Declare this permission in your AndroidManifest.xml
like this:
<uses-permission
android:name="android.permission.FOREGROUND_SERVICE_DATA_SYNC"
android:foregroundServiceType="dataSync"
android:minSdkVersion="34" />
Starting the bubble on Android 14 causing the app to exit and throws this exception: