diff options
| author | 2016-07-11 19:43:56 +0000 | |
|---|---|---|
| committer | 2016-07-11 19:43:56 +0000 | |
| commit | 0e6f2097d3fd20d861444a94c529844b014e8375 (patch) | |
| tree | d9d77f4c4e0713198b4dff8a0bb93d24216b98bd | |
| parent | b222c3127d580f753b803f0e7495b135286b4ba2 (diff) | |
| parent | 4b353b2a783e2c6fe0e8e5e901946c46d97d9799 (diff) | |
Merge \\"docs: work - fix app restriction string values\\" into mnc-io-docs am: de37b1b270
am: 4b353b2a78
Change-Id: I003422f613a5fe459c1ddf8f9453663f3145a8db
| -rw-r--r-- | docs/html/work/managed-configurations.jd | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/html/work/managed-configurations.jd b/docs/html/work/managed-configurations.jd index dc3ef0da2ab2..91c0637c2edb 100644 --- a/docs/html/work/managed-configurations.jd +++ b/docs/html/work/managed-configurations.jd @@ -149,9 +149,9 @@ enterprise administrator to:</p> <restriction android:key="downloadOnCellular" - android:title="App is allowed to download data via cellular" + android:title="@string/download_on_cell_title" android:restrictionType="bool" - android:description="If 'false', app can only download data via Wi-Fi" + android:description="@string/download_on_cell_description" android:defaultValue="true" /> </restrictions> |