Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 13bd9645 authored by Billy Lamberta's avatar Billy Lamberta Committed by android-build-merger
Browse files

Merge \\\"docs: work - fix app restriction string values\\\" into mnc-io-docs...

Merge \\\"docs: work - fix app restriction string values\\\" into mnc-io-docs am: de37b1b2 am: 4b353b2a
am: 0e6f2097

Change-Id: Iffdc8793dac1d6d803cc27e6b6fe04344b96b9a9
parents 60f3c358 0e6f2097
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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;