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
This commit is contained in:
Billy Lamberta
2016-07-07 10:54:30 -07:00
parent 13ce5dca58
commit d6aa41dbb3

View File

@@ -149,9 +149,9 @@ enterprise administrator to:</p>
&lt;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" /&gt;
&lt;/restrictions&gt;