react-native-music-control-enhanced
Version:
Add information on lockscreen and control playing music
17 lines (14 loc) • 504 B
text/xml
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.tanguyantoine.react"
android:versionCode="1"
android:versionName="1.0" >
<uses-sdk
android:minSdkVersion="16"
android:targetSdkVersion="26" />
<application>
<service
android:name="com.tanguyantoine.react.MusicControlNotification$NotificationService"
android:stopWithTask="false" />
</application>
</manifest>