| Index: chrome/android/shell/java/AndroidManifest.xml.jinja2
|
| diff --git a/chrome/android/shell/java/AndroidManifest.xml.jinja2 b/chrome/android/shell/java/AndroidManifest.xml.jinja2
|
| index d1a7c8252152762c332569c83d0de61d1e30d34f..72739136aac2e6af3dd6f574ac713b47fbbbb15f 100644
|
| --- a/chrome/android/shell/java/AndroidManifest.xml.jinja2
|
| +++ b/chrome/android/shell/java/AndroidManifest.xml.jinja2
|
| @@ -217,6 +217,10 @@
|
| </intent-filter>
|
| </receiver>
|
|
|
| + <!-- Service for the media playback control notification -->
|
| + <service android:name="org.chromium.chrome.browser.media.ui.NotificationMediaPlaybackControl$ListenerService"
|
| + android:exported="false" />
|
| +
|
| <!-- Activity, service, and meta-data to support casting to Chromecast -->
|
|
|
| <!-- Expanded controller activity is displayed when the Cast Notification is clicked -->
|
|
|