blob: 1014a731f476608d8944c83bdc28ac8d6c2f0510 [file] [log] [blame]
Ben Murdoch097c5b22016-05-18 11:27:45 +01001#!/bin/bash
2#
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.
6
7optional_url=$1
8
9adb shell am start \
10 -a android.intent.action.VIEW \
11 -n org.chromium.android_webview.shell/.AwShellActivity \
12 ${optional_url:+-d "$optional_url"}