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

Commit b15319dc authored by Gil O'Neil's avatar Gil O'Neil Committed by android-build-merger
Browse files

Merge "Made a note that app names may not contain delimiter characters" into pi-dev

am: c6106772

Change-Id: I9581a7af5f34111ee3608f3ec2088fc9b0fffdcd
parents e5b4a8d9 c6106772
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -9228,8 +9228,8 @@ public final class Settings {
        public static final String CARRIER_APP_WHITELIST = "carrier_app_whitelist";

        /**
         * Map of package name to application names.  Package names must be lower cased as they are
         * used as a key in the map.  The application names cannot and will not be localized.
         * Map of package name to application names. The application names cannot and will not be
         * localized. App names may not contain colons or semicolons.
         *
         * The value is "packageName1:appName1;packageName2:appName2;..."
         * @hide