[Android] Remove adb_commands from telemetry.
[chromium-blink-merge.git] / build / android / adb_run_android_webview_shell
blob1014a731f476608d8944c83bdc28ac8d6c2f0510
1 #!/bin/bash
3 # Copyright (c) 2013 The Chromium Authors. All rights reserved.
4 # Use of this source code is governed by a BSD-style license that can be
5 # found in the LICENSE file.
7 optional_url=$1
9 adb shell am start \
10 -a android.intent.action.VIEW \
11 -n org.chromium.android_webview.shell/.AwShellActivity \
12 ${optional_url:+-d "$optional_url"}