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

Commit d6aa41db authored by Billy Lamberta's avatar Billy Lamberta
Browse files

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
parent 13ce5dca
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;