rn-working-music-control
Version:
Fork of react-native-music-control
9 lines (6 loc) • 320 B
text/xml
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.tanguyantoine.react">
<application>
<service android:stopWithTask="true" android:name=".MusicControlNotification$NotificationService" android:foregroundServiceType="mediaPlayback" />
</application>
</manifest>