Change vzw provisioning url from get to post

Do this by injecting an auto-submitting form in the data to be
interpreted as a html doc by the browser.

bug:11168810
Change-Id: Ifd33e1c3c7f9f40b6add39e446e6a7d7cde22549
diff --git a/overlay/frameworks/base/core/res/res/values-mcc310-mnc004/config.xml b/overlay/frameworks/base/core/res/res/values-mcc310-mnc004/config.xml
index 145fc53..8ea0e82 100644
--- a/overlay/frameworks/base/core/res/res/values-mcc310-mnc004/config.xml
+++ b/overlay/frameworks/base/core/res/res/values-mcc310-mnc004/config.xml
@@ -22,7 +22,6 @@
 <resources>
     <!-- Verizon -->
 
-    <string name="mobile_provisioning_url">
-     http://quickaccess.verizonwireless.com/bbportal/oem/start.do?mdn=%3$s&amp;oem=NEXT&amp;iccid=%1$s&amp;imei=%2$s
-    </string>
+    <string name="mobile_provisioning_url">data:text/html,&lt;html&gt;&lt;body onLoad=\&quot;document.getElementById(\&apos;form\&apos;).submit()\&quot;&gt;&lt;form id=\&quot;form\&quot; target=\&quot;_self\&quot; method=\&quot;POST\&quot; action=\&quot;https://quickaccess.verizonwireless.com/bbportal/oem/start.do\&quot;&gt;&lt;input id=\&quot;mdn\&quot; name=\&quot;MDN\&quot; type=\&quot;hidden\&quot; value=\&quot;%3$s\&quot;&gt;&lt;input id=\&quot;oem\&quot; name=\&quot;oem\&quot; type=\&quot;hidden\&quot; value=\&quot;NEXT\&quot;&gt;&lt;input id=\&quot;iccid\&quot; name=\&quot;iccid\&quot; type=\&quot;hidden\&quot; value=\&quot;%1$s\&quot;&gt;&lt;input id=\&quot;imei\&quot; name=\&quot;imei\&quot; type=\&quot;hidden\&quot; value=\&quot;%2$s\&quot;&gt;&lt;input type=\&quot;submit\&quot;&gt;&lt;/form&gt;&lt;/body&gt;&lt;html&gt;</string>
+
 </resources>
diff --git a/overlay/frameworks/base/core/res/res/values-mcc310-mnc005/config.xml b/overlay/frameworks/base/core/res/res/values-mcc310-mnc005/config.xml
index 145fc53..8ea0e82 100644
--- a/overlay/frameworks/base/core/res/res/values-mcc310-mnc005/config.xml
+++ b/overlay/frameworks/base/core/res/res/values-mcc310-mnc005/config.xml
@@ -22,7 +22,6 @@
 <resources>
     <!-- Verizon -->
 
-    <string name="mobile_provisioning_url">
-     http://quickaccess.verizonwireless.com/bbportal/oem/start.do?mdn=%3$s&amp;oem=NEXT&amp;iccid=%1$s&amp;imei=%2$s
-    </string>
+    <string name="mobile_provisioning_url">data:text/html,&lt;html&gt;&lt;body onLoad=\&quot;document.getElementById(\&apos;form\&apos;).submit()\&quot;&gt;&lt;form id=\&quot;form\&quot; target=\&quot;_self\&quot; method=\&quot;POST\&quot; action=\&quot;https://quickaccess.verizonwireless.com/bbportal/oem/start.do\&quot;&gt;&lt;input id=\&quot;mdn\&quot; name=\&quot;MDN\&quot; type=\&quot;hidden\&quot; value=\&quot;%3$s\&quot;&gt;&lt;input id=\&quot;oem\&quot; name=\&quot;oem\&quot; type=\&quot;hidden\&quot; value=\&quot;NEXT\&quot;&gt;&lt;input id=\&quot;iccid\&quot; name=\&quot;iccid\&quot; type=\&quot;hidden\&quot; value=\&quot;%1$s\&quot;&gt;&lt;input id=\&quot;imei\&quot; name=\&quot;imei\&quot; type=\&quot;hidden\&quot; value=\&quot;%2$s\&quot;&gt;&lt;input type=\&quot;submit\&quot;&gt;&lt;/form&gt;&lt;/body&gt;&lt;html&gt;</string>
+
 </resources>
diff --git a/overlay/frameworks/base/core/res/res/values-mcc310-mnc012/config.xml b/overlay/frameworks/base/core/res/res/values-mcc310-mnc012/config.xml
index 145fc53..8ea0e82 100644
--- a/overlay/frameworks/base/core/res/res/values-mcc310-mnc012/config.xml
+++ b/overlay/frameworks/base/core/res/res/values-mcc310-mnc012/config.xml
@@ -22,7 +22,6 @@
 <resources>
     <!-- Verizon -->
 
-    <string name="mobile_provisioning_url">
-     http://quickaccess.verizonwireless.com/bbportal/oem/start.do?mdn=%3$s&amp;oem=NEXT&amp;iccid=%1$s&amp;imei=%2$s
-    </string>
+    <string name="mobile_provisioning_url">data:text/html,&lt;html&gt;&lt;body onLoad=\&quot;document.getElementById(\&apos;form\&apos;).submit()\&quot;&gt;&lt;form id=\&quot;form\&quot; target=\&quot;_self\&quot; method=\&quot;POST\&quot; action=\&quot;https://quickaccess.verizonwireless.com/bbportal/oem/start.do\&quot;&gt;&lt;input id=\&quot;mdn\&quot; name=\&quot;MDN\&quot; type=\&quot;hidden\&quot; value=\&quot;%3$s\&quot;&gt;&lt;input id=\&quot;oem\&quot; name=\&quot;oem\&quot; type=\&quot;hidden\&quot; value=\&quot;NEXT\&quot;&gt;&lt;input id=\&quot;iccid\&quot; name=\&quot;iccid\&quot; type=\&quot;hidden\&quot; value=\&quot;%1$s\&quot;&gt;&lt;input id=\&quot;imei\&quot; name=\&quot;imei\&quot; type=\&quot;hidden\&quot; value=\&quot;%2$s\&quot;&gt;&lt;input type=\&quot;submit\&quot;&gt;&lt;/form&gt;&lt;/body&gt;&lt;html&gt;</string>
+
 </resources>
diff --git a/overlay/frameworks/base/core/res/res/values-mcc311-mnc480/config.xml b/overlay/frameworks/base/core/res/res/values-mcc311-mnc480/config.xml
index 145fc53..8ea0e82 100644
--- a/overlay/frameworks/base/core/res/res/values-mcc311-mnc480/config.xml
+++ b/overlay/frameworks/base/core/res/res/values-mcc311-mnc480/config.xml
@@ -22,7 +22,6 @@
 <resources>
     <!-- Verizon -->
 
-    <string name="mobile_provisioning_url">
-     http://quickaccess.verizonwireless.com/bbportal/oem/start.do?mdn=%3$s&amp;oem=NEXT&amp;iccid=%1$s&amp;imei=%2$s
-    </string>
+    <string name="mobile_provisioning_url">data:text/html,&lt;html&gt;&lt;body onLoad=\&quot;document.getElementById(\&apos;form\&apos;).submit()\&quot;&gt;&lt;form id=\&quot;form\&quot; target=\&quot;_self\&quot; method=\&quot;POST\&quot; action=\&quot;https://quickaccess.verizonwireless.com/bbportal/oem/start.do\&quot;&gt;&lt;input id=\&quot;mdn\&quot; name=\&quot;MDN\&quot; type=\&quot;hidden\&quot; value=\&quot;%3$s\&quot;&gt;&lt;input id=\&quot;oem\&quot; name=\&quot;oem\&quot; type=\&quot;hidden\&quot; value=\&quot;NEXT\&quot;&gt;&lt;input id=\&quot;iccid\&quot; name=\&quot;iccid\&quot; type=\&quot;hidden\&quot; value=\&quot;%1$s\&quot;&gt;&lt;input id=\&quot;imei\&quot; name=\&quot;imei\&quot; type=\&quot;hidden\&quot; value=\&quot;%2$s\&quot;&gt;&lt;input type=\&quot;submit\&quot;&gt;&lt;/form&gt;&lt;/body&gt;&lt;html&gt;</string>
+
 </resources>
diff --git a/overlay/frameworks/base/core/res/res/values-mcc311-mnc481/config.xml b/overlay/frameworks/base/core/res/res/values-mcc311-mnc481/config.xml
index 145fc53..8ea0e82 100644
--- a/overlay/frameworks/base/core/res/res/values-mcc311-mnc481/config.xml
+++ b/overlay/frameworks/base/core/res/res/values-mcc311-mnc481/config.xml
@@ -22,7 +22,6 @@
 <resources>
     <!-- Verizon -->
 
-    <string name="mobile_provisioning_url">
-     http://quickaccess.verizonwireless.com/bbportal/oem/start.do?mdn=%3$s&amp;oem=NEXT&amp;iccid=%1$s&amp;imei=%2$s
-    </string>
+    <string name="mobile_provisioning_url">data:text/html,&lt;html&gt;&lt;body onLoad=\&quot;document.getElementById(\&apos;form\&apos;).submit()\&quot;&gt;&lt;form id=\&quot;form\&quot; target=\&quot;_self\&quot; method=\&quot;POST\&quot; action=\&quot;https://quickaccess.verizonwireless.com/bbportal/oem/start.do\&quot;&gt;&lt;input id=\&quot;mdn\&quot; name=\&quot;MDN\&quot; type=\&quot;hidden\&quot; value=\&quot;%3$s\&quot;&gt;&lt;input id=\&quot;oem\&quot; name=\&quot;oem\&quot; type=\&quot;hidden\&quot; value=\&quot;NEXT\&quot;&gt;&lt;input id=\&quot;iccid\&quot; name=\&quot;iccid\&quot; type=\&quot;hidden\&quot; value=\&quot;%1$s\&quot;&gt;&lt;input id=\&quot;imei\&quot; name=\&quot;imei\&quot; type=\&quot;hidden\&quot; value=\&quot;%2$s\&quot;&gt;&lt;input type=\&quot;submit\&quot;&gt;&lt;/form&gt;&lt;/body&gt;&lt;html&gt;</string>
+
 </resources>
diff --git a/overlay/frameworks/base/core/res/res/values-mcc311-mnc482/config.xml b/overlay/frameworks/base/core/res/res/values-mcc311-mnc482/config.xml
index 145fc53..8ea0e82 100644
--- a/overlay/frameworks/base/core/res/res/values-mcc311-mnc482/config.xml
+++ b/overlay/frameworks/base/core/res/res/values-mcc311-mnc482/config.xml
@@ -22,7 +22,6 @@
 <resources>
     <!-- Verizon -->
 
-    <string name="mobile_provisioning_url">
-     http://quickaccess.verizonwireless.com/bbportal/oem/start.do?mdn=%3$s&amp;oem=NEXT&amp;iccid=%1$s&amp;imei=%2$s
-    </string>
+    <string name="mobile_provisioning_url">data:text/html,&lt;html&gt;&lt;body onLoad=\&quot;document.getElementById(\&apos;form\&apos;).submit()\&quot;&gt;&lt;form id=\&quot;form\&quot; target=\&quot;_self\&quot; method=\&quot;POST\&quot; action=\&quot;https://quickaccess.verizonwireless.com/bbportal/oem/start.do\&quot;&gt;&lt;input id=\&quot;mdn\&quot; name=\&quot;MDN\&quot; type=\&quot;hidden\&quot; value=\&quot;%3$s\&quot;&gt;&lt;input id=\&quot;oem\&quot; name=\&quot;oem\&quot; type=\&quot;hidden\&quot; value=\&quot;NEXT\&quot;&gt;&lt;input id=\&quot;iccid\&quot; name=\&quot;iccid\&quot; type=\&quot;hidden\&quot; value=\&quot;%1$s\&quot;&gt;&lt;input id=\&quot;imei\&quot; name=\&quot;imei\&quot; type=\&quot;hidden\&quot; value=\&quot;%2$s\&quot;&gt;&lt;input type=\&quot;submit\&quot;&gt;&lt;/form&gt;&lt;/body&gt;&lt;html&gt;</string>
+
 </resources>
diff --git a/overlay/frameworks/base/core/res/res/values-mcc311-mnc483/config.xml b/overlay/frameworks/base/core/res/res/values-mcc311-mnc483/config.xml
index 145fc53..8ea0e82 100644
--- a/overlay/frameworks/base/core/res/res/values-mcc311-mnc483/config.xml
+++ b/overlay/frameworks/base/core/res/res/values-mcc311-mnc483/config.xml
@@ -22,7 +22,6 @@
 <resources>
     <!-- Verizon -->
 
-    <string name="mobile_provisioning_url">
-     http://quickaccess.verizonwireless.com/bbportal/oem/start.do?mdn=%3$s&amp;oem=NEXT&amp;iccid=%1$s&amp;imei=%2$s
-    </string>
+    <string name="mobile_provisioning_url">data:text/html,&lt;html&gt;&lt;body onLoad=\&quot;document.getElementById(\&apos;form\&apos;).submit()\&quot;&gt;&lt;form id=\&quot;form\&quot; target=\&quot;_self\&quot; method=\&quot;POST\&quot; action=\&quot;https://quickaccess.verizonwireless.com/bbportal/oem/start.do\&quot;&gt;&lt;input id=\&quot;mdn\&quot; name=\&quot;MDN\&quot; type=\&quot;hidden\&quot; value=\&quot;%3$s\&quot;&gt;&lt;input id=\&quot;oem\&quot; name=\&quot;oem\&quot; type=\&quot;hidden\&quot; value=\&quot;NEXT\&quot;&gt;&lt;input id=\&quot;iccid\&quot; name=\&quot;iccid\&quot; type=\&quot;hidden\&quot; value=\&quot;%1$s\&quot;&gt;&lt;input id=\&quot;imei\&quot; name=\&quot;imei\&quot; type=\&quot;hidden\&quot; value=\&quot;%2$s\&quot;&gt;&lt;input type=\&quot;submit\&quot;&gt;&lt;/form&gt;&lt;/body&gt;&lt;html&gt;</string>
+
 </resources>
diff --git a/overlay/frameworks/base/core/res/res/values-mcc311-mnc484/config.xml b/overlay/frameworks/base/core/res/res/values-mcc311-mnc484/config.xml
index 145fc53..8ea0e82 100644
--- a/overlay/frameworks/base/core/res/res/values-mcc311-mnc484/config.xml
+++ b/overlay/frameworks/base/core/res/res/values-mcc311-mnc484/config.xml
@@ -22,7 +22,6 @@
 <resources>
     <!-- Verizon -->
 
-    <string name="mobile_provisioning_url">
-     http://quickaccess.verizonwireless.com/bbportal/oem/start.do?mdn=%3$s&amp;oem=NEXT&amp;iccid=%1$s&amp;imei=%2$s
-    </string>
+    <string name="mobile_provisioning_url">data:text/html,&lt;html&gt;&lt;body onLoad=\&quot;document.getElementById(\&apos;form\&apos;).submit()\&quot;&gt;&lt;form id=\&quot;form\&quot; target=\&quot;_self\&quot; method=\&quot;POST\&quot; action=\&quot;https://quickaccess.verizonwireless.com/bbportal/oem/start.do\&quot;&gt;&lt;input id=\&quot;mdn\&quot; name=\&quot;MDN\&quot; type=\&quot;hidden\&quot; value=\&quot;%3$s\&quot;&gt;&lt;input id=\&quot;oem\&quot; name=\&quot;oem\&quot; type=\&quot;hidden\&quot; value=\&quot;NEXT\&quot;&gt;&lt;input id=\&quot;iccid\&quot; name=\&quot;iccid\&quot; type=\&quot;hidden\&quot; value=\&quot;%1$s\&quot;&gt;&lt;input id=\&quot;imei\&quot; name=\&quot;imei\&quot; type=\&quot;hidden\&quot; value=\&quot;%2$s\&quot;&gt;&lt;input type=\&quot;submit\&quot;&gt;&lt;/form&gt;&lt;/body&gt;&lt;html&gt;</string>
+
 </resources>
diff --git a/overlay/frameworks/base/core/res/res/values-mcc311-mnc485/config.xml b/overlay/frameworks/base/core/res/res/values-mcc311-mnc485/config.xml
index 145fc53..8ea0e82 100644
--- a/overlay/frameworks/base/core/res/res/values-mcc311-mnc485/config.xml
+++ b/overlay/frameworks/base/core/res/res/values-mcc311-mnc485/config.xml
@@ -22,7 +22,6 @@
 <resources>
     <!-- Verizon -->
 
-    <string name="mobile_provisioning_url">
-     http://quickaccess.verizonwireless.com/bbportal/oem/start.do?mdn=%3$s&amp;oem=NEXT&amp;iccid=%1$s&amp;imei=%2$s
-    </string>
+    <string name="mobile_provisioning_url">data:text/html,&lt;html&gt;&lt;body onLoad=\&quot;document.getElementById(\&apos;form\&apos;).submit()\&quot;&gt;&lt;form id=\&quot;form\&quot; target=\&quot;_self\&quot; method=\&quot;POST\&quot; action=\&quot;https://quickaccess.verizonwireless.com/bbportal/oem/start.do\&quot;&gt;&lt;input id=\&quot;mdn\&quot; name=\&quot;MDN\&quot; type=\&quot;hidden\&quot; value=\&quot;%3$s\&quot;&gt;&lt;input id=\&quot;oem\&quot; name=\&quot;oem\&quot; type=\&quot;hidden\&quot; value=\&quot;NEXT\&quot;&gt;&lt;input id=\&quot;iccid\&quot; name=\&quot;iccid\&quot; type=\&quot;hidden\&quot; value=\&quot;%1$s\&quot;&gt;&lt;input id=\&quot;imei\&quot; name=\&quot;imei\&quot; type=\&quot;hidden\&quot; value=\&quot;%2$s\&quot;&gt;&lt;input type=\&quot;submit\&quot;&gt;&lt;/form&gt;&lt;/body&gt;&lt;html&gt;</string>
+
 </resources>
diff --git a/overlay/frameworks/base/core/res/res/values-mcc311-mnc486/config.xml b/overlay/frameworks/base/core/res/res/values-mcc311-mnc486/config.xml
index 145fc53..8ea0e82 100644
--- a/overlay/frameworks/base/core/res/res/values-mcc311-mnc486/config.xml
+++ b/overlay/frameworks/base/core/res/res/values-mcc311-mnc486/config.xml
@@ -22,7 +22,6 @@
 <resources>
     <!-- Verizon -->
 
-    <string name="mobile_provisioning_url">
-     http://quickaccess.verizonwireless.com/bbportal/oem/start.do?mdn=%3$s&amp;oem=NEXT&amp;iccid=%1$s&amp;imei=%2$s
-    </string>
+    <string name="mobile_provisioning_url">data:text/html,&lt;html&gt;&lt;body onLoad=\&quot;document.getElementById(\&apos;form\&apos;).submit()\&quot;&gt;&lt;form id=\&quot;form\&quot; target=\&quot;_self\&quot; method=\&quot;POST\&quot; action=\&quot;https://quickaccess.verizonwireless.com/bbportal/oem/start.do\&quot;&gt;&lt;input id=\&quot;mdn\&quot; name=\&quot;MDN\&quot; type=\&quot;hidden\&quot; value=\&quot;%3$s\&quot;&gt;&lt;input id=\&quot;oem\&quot; name=\&quot;oem\&quot; type=\&quot;hidden\&quot; value=\&quot;NEXT\&quot;&gt;&lt;input id=\&quot;iccid\&quot; name=\&quot;iccid\&quot; type=\&quot;hidden\&quot; value=\&quot;%1$s\&quot;&gt;&lt;input id=\&quot;imei\&quot; name=\&quot;imei\&quot; type=\&quot;hidden\&quot; value=\&quot;%2$s\&quot;&gt;&lt;input type=\&quot;submit\&quot;&gt;&lt;/form&gt;&lt;/body&gt;&lt;html&gt;</string>
+
 </resources>
diff --git a/overlay/frameworks/base/core/res/res/values-mcc311-mnc487/config.xml b/overlay/frameworks/base/core/res/res/values-mcc311-mnc487/config.xml
index 145fc53..8ea0e82 100644
--- a/overlay/frameworks/base/core/res/res/values-mcc311-mnc487/config.xml
+++ b/overlay/frameworks/base/core/res/res/values-mcc311-mnc487/config.xml
@@ -22,7 +22,6 @@
 <resources>
     <!-- Verizon -->
 
-    <string name="mobile_provisioning_url">
-     http://quickaccess.verizonwireless.com/bbportal/oem/start.do?mdn=%3$s&amp;oem=NEXT&amp;iccid=%1$s&amp;imei=%2$s
-    </string>
+    <string name="mobile_provisioning_url">data:text/html,&lt;html&gt;&lt;body onLoad=\&quot;document.getElementById(\&apos;form\&apos;).submit()\&quot;&gt;&lt;form id=\&quot;form\&quot; target=\&quot;_self\&quot; method=\&quot;POST\&quot; action=\&quot;https://quickaccess.verizonwireless.com/bbportal/oem/start.do\&quot;&gt;&lt;input id=\&quot;mdn\&quot; name=\&quot;MDN\&quot; type=\&quot;hidden\&quot; value=\&quot;%3$s\&quot;&gt;&lt;input id=\&quot;oem\&quot; name=\&quot;oem\&quot; type=\&quot;hidden\&quot; value=\&quot;NEXT\&quot;&gt;&lt;input id=\&quot;iccid\&quot; name=\&quot;iccid\&quot; type=\&quot;hidden\&quot; value=\&quot;%1$s\&quot;&gt;&lt;input id=\&quot;imei\&quot; name=\&quot;imei\&quot; type=\&quot;hidden\&quot; value=\&quot;%2$s\&quot;&gt;&lt;input type=\&quot;submit\&quot;&gt;&lt;/form&gt;&lt;/body&gt;&lt;html&gt;</string>
+
 </resources>
diff --git a/overlay/frameworks/base/core/res/res/values-mcc311-mnc488/config.xml b/overlay/frameworks/base/core/res/res/values-mcc311-mnc488/config.xml
index 145fc53..8ea0e82 100644
--- a/overlay/frameworks/base/core/res/res/values-mcc311-mnc488/config.xml
+++ b/overlay/frameworks/base/core/res/res/values-mcc311-mnc488/config.xml
@@ -22,7 +22,6 @@
 <resources>
     <!-- Verizon -->
 
-    <string name="mobile_provisioning_url">
-     http://quickaccess.verizonwireless.com/bbportal/oem/start.do?mdn=%3$s&amp;oem=NEXT&amp;iccid=%1$s&amp;imei=%2$s
-    </string>
+    <string name="mobile_provisioning_url">data:text/html,&lt;html&gt;&lt;body onLoad=\&quot;document.getElementById(\&apos;form\&apos;).submit()\&quot;&gt;&lt;form id=\&quot;form\&quot; target=\&quot;_self\&quot; method=\&quot;POST\&quot; action=\&quot;https://quickaccess.verizonwireless.com/bbportal/oem/start.do\&quot;&gt;&lt;input id=\&quot;mdn\&quot; name=\&quot;MDN\&quot; type=\&quot;hidden\&quot; value=\&quot;%3$s\&quot;&gt;&lt;input id=\&quot;oem\&quot; name=\&quot;oem\&quot; type=\&quot;hidden\&quot; value=\&quot;NEXT\&quot;&gt;&lt;input id=\&quot;iccid\&quot; name=\&quot;iccid\&quot; type=\&quot;hidden\&quot; value=\&quot;%1$s\&quot;&gt;&lt;input id=\&quot;imei\&quot; name=\&quot;imei\&quot; type=\&quot;hidden\&quot; value=\&quot;%2$s\&quot;&gt;&lt;input type=\&quot;submit\&quot;&gt;&lt;/form&gt;&lt;/body&gt;&lt;html&gt;</string>
+
 </resources>
diff --git a/overlay/frameworks/base/core/res/res/values-mcc311-mnc489/config.xml b/overlay/frameworks/base/core/res/res/values-mcc311-mnc489/config.xml
index 145fc53..8ea0e82 100644
--- a/overlay/frameworks/base/core/res/res/values-mcc311-mnc489/config.xml
+++ b/overlay/frameworks/base/core/res/res/values-mcc311-mnc489/config.xml
@@ -22,7 +22,6 @@
 <resources>
     <!-- Verizon -->
 
-    <string name="mobile_provisioning_url">
-     http://quickaccess.verizonwireless.com/bbportal/oem/start.do?mdn=%3$s&amp;oem=NEXT&amp;iccid=%1$s&amp;imei=%2$s
-    </string>
+    <string name="mobile_provisioning_url">data:text/html,&lt;html&gt;&lt;body onLoad=\&quot;document.getElementById(\&apos;form\&apos;).submit()\&quot;&gt;&lt;form id=\&quot;form\&quot; target=\&quot;_self\&quot; method=\&quot;POST\&quot; action=\&quot;https://quickaccess.verizonwireless.com/bbportal/oem/start.do\&quot;&gt;&lt;input id=\&quot;mdn\&quot; name=\&quot;MDN\&quot; type=\&quot;hidden\&quot; value=\&quot;%3$s\&quot;&gt;&lt;input id=\&quot;oem\&quot; name=\&quot;oem\&quot; type=\&quot;hidden\&quot; value=\&quot;NEXT\&quot;&gt;&lt;input id=\&quot;iccid\&quot; name=\&quot;iccid\&quot; type=\&quot;hidden\&quot; value=\&quot;%1$s\&quot;&gt;&lt;input id=\&quot;imei\&quot; name=\&quot;imei\&quot; type=\&quot;hidden\&quot; value=\&quot;%2$s\&quot;&gt;&lt;input type=\&quot;submit\&quot;&gt;&lt;/form&gt;&lt;/body&gt;&lt;html&gt;</string>
+
 </resources>