OSDN Git Service

Change how we use provisioning url so post works
authorRobert Greenwalt <rgreenwalt@google.com>
Thu, 17 Oct 2013 19:46:52 +0000 (12:46 -0700)
committerRobert Greenwalt <rgreenwalt@google.com>
Thu, 17 Oct 2013 19:46:52 +0000 (12:46 -0700)
commit536b3c2b6cb42fd4140ad5e8131db0d7e6bd01c8
tree5aad968c9ef1993a2d966ab30791d206cfc94ca8
parent577d0dac1d263c6f403f15c587aaf11983e10e44
Change how we use provisioning url so post works

Needed to do an http post instead of a get for one carrier.
Do this by putting an auto-submitting form in the data to be
interpreted as a html doc by the browser.  The ACTION_VIEW
intent only works on http uri, but by specifying ACTION_MAIN/
CATEGORY_APP_BROWSER we could use data:text/html.

bug:11168810
Change-Id: Ifd33e1c3c7f9f40b6add39e446e6a7d7cde22549
services/java/com/android/server/ConnectivityService.java