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

Commit 6ffb2c4a authored by Billy Lamberta's avatar Billy Lamberta Committed by android-build-merger
Browse files

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

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

Change-Id: Id9582b8941af9cbe579c0edfc0cce64820f16a76
parents dd38071f bfe758a2
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;