DescriptionPass app URL to mojo_shell on Android
This CL lets us supply an app URL to mojo_shell on Android. To load an app, you
can use the adb_run_mojo_shell script:
$ ./build/android/adb_run_mojo_shell http://127.0.0.1:4444/libsample_app.so
This script starts the MojoShellActivity on the device and passes the URL to
mojo_shell via an Android Intent. We're currently using the VIEW intent, but we
might want to switch to a different intent at some point.
R=darin@chromium.org,aa@chromium.org
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=231260
Patch Set 1 #
Messages
Total messages: 9 (0 generated)
|