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 0fc02fc968440975b9006a032822a53727e7dd79..21ed10cc5fc1518ac06bd2765d3988ab0e0c724a 100644 |
--- a/chrome/android/shell/java/AndroidManifest.xml.jinja2 |
+++ b/chrome/android/shell/java/AndroidManifest.xml.jinja2 |
@@ -184,8 +184,11 @@ |
<action android:name="android.accounts.LOGIN_ACCOUNTS_CHANGED" /> |
</intent-filter> |
</receiver> |
+ |
<meta-data android:name="org.chromium.content.browser.SMART_CLIP_PROVIDER" |
android:value="org.chromium.content.browser.SmartClipProvider" /> |
+ <meta-data android:name="org.chromium.chrome.browser.BROWSER_ACTIVITY" |
+ android:value="org.chromium.chrome.shell.ChromeShellActivity" /> |
</application> |
</manifest> |