diff --git a/app/build.gradle b/app/build.gradle index 147514045..4e2969861 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -126,6 +126,7 @@ dependencies { // --- THIRD PARTY --- // Exoplayer (Vendored) + implementation project(":media-lib-session") implementation project(":media-lib-exoplayer") implementation project(":media-lib-decoder-ffmpeg") coreLibraryDesugaring "com.android.tools:desugar_jdk_libs:2.0.4" diff --git a/app/src/main/AndroidManifest.xml b/app/src/main/AndroidManifest.xml index c657ec84b..e807194f3 100644 --- a/app/src/main/AndroidManifest.xml +++ b/app/src/main/AndroidManifest.xml @@ -85,8 +85,13 @@ android:name=".service.AuxioService" android:foregroundServiceType="mediaPlayback" android:icon="@mipmap/ic_launcher" - android:exported="false" - android:roundIcon="@mipmap/ic_launcher" /> + android:exported="true" + android:roundIcon="@mipmap/ic_launcher"> + + + + +