Browser: add to customize and show useragent
Add for carrier feature which requires to use useragent with
specified format. We try to load carrier useragent if needed
and show useragent in "about" menu item.
CRs-Fixed: 516733
Change-Id: Ifae25644d9ad5387684e3ff1e691e20db9a45e2a
diff --git a/res/menu/browser.xml b/res/menu/browser.xml
index 9be1208..9578026 100644
--- a/res/menu/browser.xml
+++ b/res/menu/browser.xml
@@ -104,6 +104,9 @@
<item
android:id="@+id/exit_menu_id"
android:title="@string/exit" />
+ <item
+ android:id="@+id/about_menu_id"
+ android:title="@string/about" />
<!-- followings are debug only -->
<item
android:id="@+id/dump_nav_menu_id"
diff --git a/res/values-zh-rCN/strings.xml b/res/values-zh-rCN/strings.xml
old mode 100755
new mode 100644
index bd751cc..afe3b9f
--- a/res/values-zh-rCN/strings.xml
+++ b/res/values-zh-rCN/strings.xml
@@ -407,4 +407,7 @@
<!-- Add for Carrier Feature.Content description for exit menu item -->
<string name="exit">退出</string>
+
+ <!-- Add for Carrier Feature.Content description for about menu item -->
+ <string name="about">关于</string>
</resources>
diff --git a/res/values/strings.xml b/res/values/strings.xml
old mode 100755
new mode 100644
index 14e3ca5..e03b576
--- a/res/values/strings.xml
+++ b/res/values/strings.xml
@@ -1022,4 +1022,6 @@
<!-- Add for Carrier Feature.Content description for exit menu item -->
<string name="exit">Exit</string>
+ <!-- Add for Carrier Feature.Content description for about menu item -->
+ <string name="about">About</string>
</resources>