blob: c695f1d2798d9a9cc7491bf2f1d2afad06b589e9 [file] [log] [blame] [view]
dgn14820ae2016-04-08 13:15:401# WebView Policies
2
3## Overview
4
5WebView supports a subset of Chrome's policies, that can be set via the
6[App Restrictions][1] mechanism. They are read on the embedder app itself rather
7than from a centralized location. That gives administrator more flexibility and
8granularity, but to apply a global policy, it has to be set separately
9on each app.
10
11The policies will be applied to WebViews used inside the targeted apps without
12having to modify the apps themselves. No special WebView APIs have been added
13to expose policy information. If developers want to change their app's behavior
14depending on that, they can [read them][2] as they have access to the
15App Restrictions.
16
17Please see the [Policy List on chromium.org][2] for more information and the
18list of supported policies.
19
xiaoyin.l1003c0b2016-12-06 02:51:1720[3]: https://developer.android.com/training/enterprise/work-policy-ctrl.html#apply_restrictions
21[1]: https://developer.android.com/training/enterprise/app-restrictions.html
Felipe Andrade239aaf3c2019-09-11 12:31:5822[2]: https://cloud.google.com/docs/chrome-enterprise/policies