Chromium Code Reviews| Index: Application/src/main/AndroidManifest.xml |
| diff --git a/Application/src/main/AndroidManifest.xml b/Application/src/main/AndroidManifest.xml |
| index fb9c085378b532b89337fad87ecfff4913729693..c5bcdf8b45d89916366aa269e5cae9402700326f 100644 |
| --- a/Application/src/main/AndroidManifest.xml |
| +++ b/Application/src/main/AndroidManifest.xml |
| @@ -37,6 +37,7 @@ |
| <service |
| android:name=".shared.KeepAliveService" |
| android:exported="true"/> |
| + <receiver android:name="org.chromium.customtabsclient.BrowserActionsReceiver"/> |
| <receiver android:name=".BottomBarManager"/> |
| </application> |