From d6aa41dbb3ddabab27510cf9963dcf2e125a8e76 Mon Sep 17 00:00:00 2001 From: Billy Lamberta Date: Thu, 7 Jul 2016 10:54:30 -0700 Subject: [PATCH] docs: work - fix app restriction string values Change managed configurations to use strings reference in XML instead of an explict string. bug: 24509303 Change-Id: I9d14dfb00ce608e09b3a82a86474ff8cba0b86d2 --- docs/html/work/managed-configurations.jd | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/html/work/managed-configurations.jd b/docs/html/work/managed-configurations.jd index dc3ef0da2ab2f..91c0637c2edb4 100644 --- a/docs/html/work/managed-configurations.jd +++ b/docs/html/work/managed-configurations.jd @@ -149,9 +149,9 @@ enterprise administrator to:

<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>