| Index: android_webview/tools/system_webview_shell/apk/AndroidManifest.xml
|
| diff --git a/android_webview/tools/system_webview_shell/apk/AndroidManifest.xml b/android_webview/tools/system_webview_shell/apk/AndroidManifest.xml
|
| index e2d4806ffc2dbb53ced9289627cc9519898e85ad..8a966ea4438a966e7020d32b5c45172080cbeaaf 100644
|
| --- a/android_webview/tools/system_webview_shell/apk/AndroidManifest.xml
|
| +++ b/android_webview/tools/system_webview_shell/apk/AndroidManifest.xml
|
| @@ -58,6 +58,12 @@
|
| android:exported="true">
|
| </activity>
|
| <activity
|
| + android:name="org.chromium.webview_shell.WebViewCreateDestroyActivity"
|
| + android:launchMode="singleTask"
|
| + android:label="@string/title_activity_create_destroy"
|
| + android:exported="true">
|
| + </activity>
|
| + <activity
|
| android:name="org.chromium.webview_shell.WebViewBrowserActivity"
|
| android:label="@string/title_activity_browser"
|
| android:exported="true"
|
|
|