From 147d44a4507851752182084bbf152358503755fa Mon Sep 17 00:00:00 2001 From: "fischman@webrtc.org" Date: Mon, 29 Jul 2013 19:07:33 +0000 Subject: [PATCH] AppRTCDemo: replace the use of query-string parameters for pre-JB devices. Replaces the use of a query-string parameter with a (once-per-session) JS-to-Java function call, because query-string parameters on file:// URLs are busted on ICS and earlier Android releases (https://code.google.com/p/android/issues/detail?id=17535). Also added channel.html to the list of inputs to cause edits to it to cause a rebuild of the .apk. BUG=1949 R=wu@webrtc.org Review URL: https://webrtc-codereview.appspot.com/1890004 git-svn-id: http://webrtc.googlecode.com/svn/trunk@4421 4adac7df-926f-26a2-2b94-8c16560cd09d --- talk/examples/android/assets/channel.html | 30 ++++--------------- .../org/appspot/apprtc/GAEChannelClient.java | 15 ++++++++-- talk/libjingle_examples.gyp | 1 + 3 files changed, 18 insertions(+), 28 deletions(-) diff --git a/talk/examples/android/assets/channel.html b/talk/examples/android/assets/channel.html index 86c2b44032..d593442879 100644 --- a/talk/examples/android/assets/channel.html +++ b/talk/examples/android/assets/channel.html @@ -5,39 +5,19 @@