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:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user