From c5d506a1068f48651685f6ffa835269aa461255c Mon Sep 17 00:00:00 2001 From: "fischman@webrtc.org" Date: Fri, 14 Feb 2014 17:55:13 +0000 Subject: [PATCH] AppRTCDemo(android): clarified README on how to launch app using adb. TBR=henrike@webrtc.org Review URL: https://webrtc-codereview.appspot.com/8689005 git-svn-id: http://webrtc.googlecode.com/svn/trunk@5553 4adac7df-926f-26a2-2b94-8c16560cd09d --- talk/examples/android/README | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/talk/examples/android/README b/talk/examples/android/README index feabadb979..4e3db86e1b 100644 --- a/talk/examples/android/README +++ b/talk/examples/android/README @@ -34,7 +34,7 @@ the dialog box. Alternatively, replace the from the desktop chrome into the following command: -adb shell am start -a android.intent.action.VIEW -d '"https://apprtc.appspot.com/?r="' +adb shell am start -n org.appspot.apprtc/.AppRTCDemoActivity -a android.intent.action.VIEW -d '"https://apprtc.appspot.com/?r="' This should result in the app launching on Android and connecting to the apprtc page displayed in the desktop browser.