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