summaryrefslogtreecommitdiffstats
path: root/android_webview/tools
diff options
context:
space:
mode:
authortimvolodine <timvolodine@chromium.org>2016-03-01 16:00:20 -0800
committerCommit bot <commit-bot@chromium.org>2016-03-02 00:01:43 +0000
commit73d7aaffea9b0dae91d6becb8cf25663c050fc06 (patch)
treee8ca8478c7c3ac1384ee712c45bb226551cb5d3b /android_webview/tools
parent784ff73f5a5e5c5ba979572d87d3e7cbe953288d (diff)
downloadchromium_src-73d7aaffea9b0dae91d6becb8cf25663c050fc06.zip
chromium_src-73d7aaffea9b0dae91d6becb8cf25663c050fc06.tar.gz
chromium_src-73d7aaffea9b0dae91d6becb8cf25663c050fc06.tar.bz2
[WebViewShell] Make TelemetryActivity launch as singleTask.
This is for telemetry purposes to be able to return to backgrounded TelemetryActivity after some interactions. Furthermore there is no need to have multiple instances of the TelemetryActivity anyway. BUG= Review URL: https://codereview.chromium.org/1726353004 Cr-Commit-Position: refs/heads/master@{#378614}
Diffstat (limited to 'android_webview/tools')
-rw-r--r--android_webview/tools/WebViewShell/AndroidManifest.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/android_webview/tools/WebViewShell/AndroidManifest.xml b/android_webview/tools/WebViewShell/AndroidManifest.xml
index 88dd605f..3309a31 100644
--- a/android_webview/tools/WebViewShell/AndroidManifest.xml
+++ b/android_webview/tools/WebViewShell/AndroidManifest.xml
@@ -34,6 +34,7 @@
android:theme="@android:style/Theme.Light" >
<activity
android:name="org.chromium.webview_shell.TelemetryActivity"
+ android:launchMode="singleTask"
android:label="@string/title_activity_telemetry"
android:exported="true">
</activity>