foreground service permissions

  1. jaber103

    Android Question dont play mediaPlayStream from Foreground in android 14

    Hello, my codes were working correctly, but today I noticed that the music method defined in the service, when I call from the activity, does not play on Android 14. I wanted to know what I should do. what did he do
  2. A

    Android Question Foreground service permissions

    Hi all. My app using Firebug messaging. I updated the EDI to 13 and according to Erel's tutorial added these 2 lines into my manifest AddPermission(android.permission.FOREGROUND_SERVICE_REMOTE_MESSAGING) SetServiceAttribute(FirebaseMessaging, android:foregroundServiceType, "remoteMessaging")...
Top