Browser: add wap2estore feature
Add this for carrier. If click a hyperlink starting
with "estore:", will go to estore app when installed or go
to download client webpage when uninstalled. If input url
directly starting with "estore:", will be the same behavior
as above.
CRs-Fixed: 516742
Change-Id: I17988bac9e40dbdd120693bfbaacd02e3383d411
diff --git a/res/values/strings.xml b/res/values/strings.xml
index e03b576..e14f62b 100644
--- a/res/values/strings.xml
+++ b/res/values/strings.xml
@@ -1024,4 +1024,9 @@
<!-- Add for Carrier Feature.Content description for about menu item -->
<string name="about">About</string>
+
+ <!-- Add for Wap2Estore Feature -->
+ <string name="estore_homepage" translatable="false">http://3g.189store.com/downclient</string>
+ <string name="download_estore_app">Estore app does not exist, please download and install it.</string>
+ <string name="estore_url_warning">Launch Estore app failed, url is too long!</string>
</resources>