Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Multimedia
Elisa
Commits
2e0d152d
Commit
2e0d152d
authored
Mar 18, 2021
by
Matthieu Gallien
🎵
Browse files
keep the UI activity running in background to keep playing music
will keep playing tracks from playlist even if screen is locked
parent
9c36a835
Pipeline
#54877
passed with stage
in 10 minutes
Changes
1
Pipelines
3
Hide whitespace changes
Inline
Side-by-side
data/AndroidManifest.xml
View file @
2e0d152d
...
...
@@ -44,7 +44,7 @@
<meta-data
android:name=
"android.app.splash_screen_drawable"
android:resource=
"@drawable/splash"
/>
<!-- Background running -->
<meta-data
android:name=
"android.app.background_running"
android:value=
"
fals
e"
/>
<meta-data
android:name=
"android.app.background_running"
android:value=
"
tru
e"
/>
<!-- auto screen scale factor -->
<meta-data
android:name=
"android.app.auto_screen_scale_factor"
android:value=
"true"
/>
...
...
@@ -76,7 +76,7 @@
<uses-permission
android:name=
"android.permission.MEDIA_CONTENT_CONTROL"
/>
<uses-permission
android:name=
"android.permission.MODIFY_AUDIO_SETTINGS"
/>
<uses-feature
android:name=
"android.hardware.audio.output"
android:required=
"
fals
e"
/>
<uses-feature
android:name=
"android.hardware.audio.output"
android:required=
"
tru
e"
/>
<!--
The following comment will be replaced upon deployment with default features based on the dependencies of the application.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment