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

This reverts commit 6a80a4b05a.

Change-Id: I21fc6802fd3eeca42492e07437bb71d54f015593
(cherry picked from commit b38028128b)
This commit is contained in:
Mitchell Wills
2016-08-31 16:15:37 -07:00
committed by Colin Cross
parent 81d5ecb7a6
commit 77281bbaf4
2 changed files with 10 additions and 0 deletions

View File

@@ -2629,6 +2629,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. -->

View File

@@ -2712,6 +2712,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" />