Loading core/java/android/provider/Settings.java +2 −2 Original line number Original line Diff line number Diff line Loading @@ -9220,8 +9220,8 @@ public final class Settings { public static final String CARRIER_APP_WHITELIST = "carrier_app_whitelist"; 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 * Map of package name to application names. The application names cannot and will not be * used as a key in the map. The application names cannot and will not be localized. * localized. App names may not contain colons or semicolons. * * * The value is "packageName1:appName1;packageName2:appName2;..." * The value is "packageName1:appName1;packageName2:appName2;..." * @hide * @hide Loading Loading
core/java/android/provider/Settings.java +2 −2 Original line number Original line Diff line number Diff line Loading @@ -9220,8 +9220,8 @@ public final class Settings { public static final String CARRIER_APP_WHITELIST = "carrier_app_whitelist"; 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 * Map of package name to application names. The application names cannot and will not be * used as a key in the map. The application names cannot and will not be localized. * localized. App names may not contain colons or semicolons. * * * The value is "packageName1:appName1;packageName2:appName2;..." * The value is "packageName1:appName1;packageName2:appName2;..." * @hide * @hide Loading