| Index: chrome/android/java/AndroidManifest.xml
|
| diff --git a/chrome/android/java/AndroidManifest.xml b/chrome/android/java/AndroidManifest.xml
|
| index 5d7450d1ff35cdfc4e2bfef597a424791df005dc..81832263f12c9a6da6ac2668050b3d55eafd7409 100644
|
| --- a/chrome/android/java/AndroidManifest.xml
|
| +++ b/chrome/android/java/AndroidManifest.xml
|
| @@ -625,7 +625,7 @@ by a child template that "extends" this file.
|
| <!-- Receiver for lock screen input when casting -->
|
| <receiver android:name="org.chromium.chrome.browser.media.remote.LockScreenTransportControl$MediaButtonIntentReceiver"/>
|
|
|
| - <service android:name="org.chromium.chrome.browser.media.MediaNotificationService"
|
| + <service android:name="org.chromium.chrome.browser.media.MediaCaptureNotificationService"
|
| android:exported="false"/>
|
| <service android:name="org.chromium.chrome.browser.media.ui.NotificationMediaPlaybackControls$ListenerService"
|
| android:exported="false"/>
|
|
|