Loading core/res/res/values/config.xml +7 −0 Original line number Diff line number Diff line Loading @@ -2639,6 +2639,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. --> Loading core/res/res/values/symbols.xml +3 −0 Original line number Diff line number Diff line Loading @@ -2715,6 +2715,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" /> Loading Loading
core/res/res/values/config.xml +7 −0 Original line number Diff line number Diff line Loading @@ -2639,6 +2639,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. --> Loading
core/res/res/values/symbols.xml +3 −0 Original line number Diff line number Diff line Loading @@ -2715,6 +2715,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" /> Loading