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

Commit dd24109d authored by Adam Bookatz's avatar Adam Bookatz Committed by Android (Google) Code Review
Browse files

Merge "Clarify that config_defaultFirstUserRestrictions is for the SYSTEM user"

parents 2d4746d1 da47f183
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -3968,7 +3968,7 @@
    <!-- Colon separated list of package names that should be granted DND access -->
    <string name="config_defaultDndAccessPackages" translatable="false">com.android.camera2</string>

    <!-- User restrictions set when the first user is created.
    <!-- User restrictions set on the SYSTEM user when it is first created.
         Note: Also update appropriate overlay files. -->
    <string-array translatable="false" name="config_defaultFirstUserRestrictions">
    </string-array>
+1 −1
Original line number Diff line number Diff line
@@ -3447,7 +3447,7 @@
  <java-symbol type="array" name="config_displayWhiteBalanceDisplayNominalWhite" />
  <java-symbol type="bool" name="config_displayWhiteBalanceLightModeAllowed" />

  <!-- Default first user restrictions -->
  <!-- Default user restrictions for the SYSTEM user -->
  <java-symbol type="array" name="config_defaultFirstUserRestrictions" />

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