Merge "docs: work - fix app restriction string values" into mnc-io-docs
This commit is contained in:
committed by
Android (Google) Code Review
commit
de37b1b270
@@ -149,9 +149,9 @@ enterprise administrator to:</p>
|
|||||||
|
|
||||||
<restriction
|
<restriction
|
||||||
android:key="downloadOnCellular"
|
android:key="downloadOnCellular"
|
||||||
android:title="App is allowed to download data via cellular"
|
android:title="@string/download_on_cell_title"
|
||||||
android:restrictionType="bool"
|
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" />
|
android:defaultValue="true" />
|
||||||
|
|
||||||
</restrictions>
|
</restrictions>
|
||||||
|
|||||||
Reference in New Issue
Block a user