Kerem Özcan
Kerem Özcan
Android devices has battery optimization settings for the apps. Could you try to get this permission and see that's work for you. ` if (Build.VERSION.SdkInt >= BuildVersionCodes.M) { String? packageName...
Android devices has battery optimization settings for the apps. Could you try to get this permission and see that's work for you. ` if (Build.VERSION.SdkInt >= BuildVersionCodes.M) { String? packageName...
I added that part into my HomeViewModel. Just asked the permission and that's it. Some android devices have own restrictions, it could be that as well
I solve it by saving stream in a file @gogolon. Then play audio from the file
+1
I have the same problem either, especially happens in debug mode a lot