OSDN Git Service

Revert "DO NOT MERGE Revert "Add Bluetooth toggle prompts - framework""
authorMitchell Wills <mwills@google.com>
Wed, 31 Aug 2016 23:15:37 +0000 (16:15 -0700)
committerColin Cross <ccross@android.com>
Fri, 28 Oct 2016 06:20:34 +0000 (06:20 +0000)
This reverts commit 6a80a4b05acacd3fd07583a3bb6185e9770215eb.

Change-Id: I21fc6802fd3eeca42492e07437bb71d54f015593
(cherry picked from commit b38028128bb9878971f8b5a85b90b3f303fec0ba)

core/res/res/values/config.xml
core/res/res/values/symbols.xml

index 0b9f629..6436b56 100644 (file)
     <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. -->
index 3f44749..6605c17 100644 (file)
   <!-- 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" />