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-zh-rCN/strings.xml b/res/values-zh-rCN/strings.xml
index afe3b9f..3203bb7 100644
--- a/res/values-zh-rCN/strings.xml
+++ b/res/values-zh-rCN/strings.xml
@@ -410,4 +410,9 @@
<!-- Add for Carrier Feature.Content description for about menu item -->
<string name="about">关于</string>
+
+ <!-- Add for Wap2Estore Feature -->
+ <string name="estore_homepage" translatable="false">http://3g.189store.com/downclient</string>
+ <string name="download_estore_app">天翼空间客户端不存在,请下载并安装。</string>
+ <string name="estore_url_warning">url太长,无法启动天翼空间客户端!</string>
</resources>
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>