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

Commit 3d4833bf authored by Mitchell Wills's avatar Mitchell Wills Committed by Colin Cross
Browse files

Revert "DO NOT MERGE Revert "Add Bluetooth toggle prompts - framework""

This reverts commit 6a80a4b0.

Change-Id: I21fc6802fd3eeca42492e07437bb71d54f015593
(cherry picked from commit b3802812)
parent f452432e
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
@@ -2645,6 +2645,13 @@
    <string-array translatable="false" name="config_defaultFirstUserRestrictions">
    </string-array>

    <!-- Specifies whether the permissions needed by a legacy app should be
         reviewed before any of its components can run. A legacy app is one
         with targetSdkVersion < 23, i.e apps using the old permission model.
         If review is not required, permissions are reviewed before the app
         is installed. -->
    <bool name="config_permissionReviewRequired">false</bool>

    <!-- Default value for android:focusableInTouchMode for some framework scrolling containers.
         ListView/GridView are notably absent since this is their default anyway.
         Set to true for watch devices. -->
+3 −0
Original line number Diff line number Diff line
@@ -2716,6 +2716,9 @@
  <!-- Default first user restrictions -->
  <java-symbol type="array" name="config_defaultFirstUserRestrictions" />

  <java-symbol type="bool" name="config_permissionReviewRequired" />


  <java-symbol type="drawable" name="ic_restart" />

  <java-symbol type="drawable" name="emergency_icon" />