blob: 3f01f3bf02f7110e584fd904321d4442272123f3 [file] [log] [blame]
Ben Murdoch097c5b22016-05-18 11:27:45 +01001#!/bin/bash
2#
3# Copyright (c) 2012 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.content_shell_apk/.ContentShellActivity \
12 ${optional_url:+-d "$optional_url"}