Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 48876297 authored by Arnaud Berry's avatar Arnaud Berry
Browse files

Use an implicit intent to launch the Media Center

Benefit: the launched activity isn't hard coded to MediaActivity.

Test: manual
Change-Id: I6a6a641fdb4c27a6818929cfc4138b71749999fc
(cherry picked from commit d30efbc1dbb121b8c3862e5e125cf9c5eb2a31fd)
parent d41cd568
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -66,7 +66,7 @@
            android:id="@+id/music_nav"
            style="@style/NavigationBarButton"
            systemui:icon="@drawable/car_ic_music"
            systemui:intent="intent:#Intent;component=com.android.car.media/.MediaActivity;launchFlags=0x14000000;end"
            systemui:intent="intent:#Intent;action=android.car.intent.action.MEDIA_TEMPLATE;launchFlags=0x10000000;end"
            systemui:packages="com.android.car.media"
            systemui:selectedIcon="@drawable/car_ic_music_selected"
            systemui:useMoreIcon="false"