Browser: Alert user to choose network when surfing with both
mobile and WLAN available

 -  Pop up one activity for user to choose the network type if
    both mobile and WLAN networks are available when surfing
    internet.

CRs-Fixed: 507965

Change-Id: I10913afeaa37d1c95b82ab55dd6e53dcce6e48bd
diff --git a/res/values/integers.xml b/res/values/integers.xml
index 5f75723..9fd97b2 100644
--- a/res/values/integers.xml
+++ b/res/values/integers.xml
@@ -30,4 +30,5 @@
     <integer name="max_bookmark_columns">5</integer>
     <!-- The duration of the titlebar animation in millisecs -->
     <integer name="titlebar_animation_duration">200</integer>
+    <integer name="netswitch_type_remind">1</integer>
 </resources>
diff --git a/res/values/strings.xml b/res/values/strings.xml
index 2aa0ddb..1b7fe73 100644
--- a/res/values/strings.xml
+++ b/res/values/strings.xml
@@ -1075,4 +1075,5 @@
     <string name="download_path_unavailable_dlg_title">Download Directory Unavailable</string>
     <string name="download_path_unavailable_dlg_msg">Please modify the Download Directory of Browser</string>
     <string name="activity_not_found">Activity Not Found to Handle Intent <xliff:g id="NOACTIVITY">%s</xliff:g>.</string>
+    <string name="network_switch_remind_type">wifi_browser_interaction_remind</string>
 </resources>