commit | 411dcf66c4f550416d0efb074199fbdafb1d0ee7 | [log] [tgz] |
---|---|---|
author | Robert Greenwalt <rgreenwalt@google.com> | Thu Oct 17 12:46:52 2013 -0700 |
committer | Robert Greenwalt <rgreenwalt@google.com> | Thu Oct 17 12:46:52 2013 -0700 |
tree | 96ccce10016e8fc3ea2ca8674d88930e6395831c | |
parent | a69f1b06de333a97a99c317d72357f1f2373c636 [diff] |
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