feat: continue music when app is closed
This commit is contained in:
@@ -37,6 +37,9 @@
|
||||
],
|
||||
"bundleIdentifier": "com.omedis.musicland.ai",
|
||||
"infoPlist": {
|
||||
"UIBackgroundModes": [
|
||||
"audio"
|
||||
],
|
||||
"NSMicrophoneUsageDescription": "MusicLand uses the microphone to record your voice and audio so you can create and collaborate on music projects.",
|
||||
"UISupportedInterfaceOrientations": [
|
||||
"UIInterfaceOrientationPortrait",
|
||||
@@ -73,7 +76,9 @@
|
||||
"permissions": [
|
||||
"android.permission.CAMERA",
|
||||
"android.permission.MODIFY_AUDIO_SETTINGS",
|
||||
"android.permission.POST_NOTIFICATIONS"
|
||||
"android.permission.POST_NOTIFICATIONS",
|
||||
"android.permission.WAKE_LOCK",
|
||||
"android.permission.FOREGROUND_SERVICE"
|
||||
]
|
||||
},
|
||||
"web": {
|
||||
|
||||
Reference in New Issue
Block a user