Add support for managed profile configuration

- Add framework for reading and enforcing managed profile restrictions.
- Implement enforcement of search engine restriction.
- Add automated test for search engine restriction.

(cherry-picked from 4688934c52fa74e0c4280e4105e644f10221a8ed)

Change-Id: Ifb6018df584fedba42e86ab35d9bfa53b4d36ebe
diff --git a/res/values-zh-rCN/strings.xml b/res/values-zh-rCN/strings.xml
index efae93d..d04560a 100644
--- a/res/values-zh-rCN/strings.xml
+++ b/res/values-zh-rCN/strings.xml
@@ -498,4 +498,7 @@
     <string name="user_agent">"浏览器UA标识"</string>
     <string name="help">"帮助"</string>
     <string name="feedback">"反馈"</string>
+
+    <!-- Toast message displayed when user attempts to modify a setting disabled by the administrator -->
+    <string name="mdm_managed_alert">被管理员禁用</string>
 </resources>