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

This commit is contained in:
Gil O'Neil
2018-04-02 23:42:01 +00:00
committed by Android (Google) Code Review

View File

@@ -9220,8 +9220,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