| Index: chrome/android/java/AndroidManifest.xml
|
| diff --git a/chrome/android/java/AndroidManifest.xml b/chrome/android/java/AndroidManifest.xml
|
| index 0ea5e28c90126b2649a5d7e7350eba41db6deefe..41e60c9d6fc8c04ba4cc53208932be0bc6d40b73 100644
|
| --- a/chrome/android/java/AndroidManifest.xml
|
| +++ b/chrome/android/java/AndroidManifest.xml
|
| @@ -550,8 +550,8 @@ by a child template that "extends" this file.
|
| android:exported="true"
|
| tools:ignore="ExportedService" />
|
| <service android:name="org.chromium.chrome.browser.customtabs.CustomTabsConnectionService"
|
| - android:exported="{{ 'true' if channel in ['dev', 'canary', 'default'] else 'false' }}"
|
| - tools:ignore="ExportedService">
|
| + android:exported="true"
|
| + tools:ignore="ExportedService">
|
| <intent-filter>
|
| <action android:name="android.support.customtabs.action.CustomTabsService" />
|
| </intent-filter>
|
|
|