blob: 4b3b4a888b0b777782549a5dcd4b96792ff7ef73 [file] [log] [blame]
Ben Murdoch097c5b22016-05-18 11:27:45 +01001#!/bin/bash
2#
3# Copyright 2015 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.blimp/org.chromium.blimp.BlimpRendererActivity \
12 ${optional_url:+-d "$optional_url"}