summaryrefslogtreecommitdiff
path: root/api
diff options
context:
space:
mode:
authorSarah Chin <sarahchin@google.com>2020-01-22 15:41:53 -0800
committerSarah Chin <sarahchin@google.com>2020-01-22 17:02:16 -0800
commita63e69cf94e5c6ea9de5eb312d36c96818711a2d (patch)
tree9b2ec1c1aa85badade31fcf2d7e3fe0e5b357fef /api
parent48bba35dc1f0b2ca4455e400d5fe87824b0a7eae (diff)
Expose hidden resources used in telephony/common
Test: atest GsmAlphabetTest, CarrierAppUtilsTest Bug: 148174114 Change-Id: Iff28c13e3470ea9b2e03cba33bf9489a089f8add
Diffstat (limited to 'api')
-rwxr-xr-xapi/system-current.txt4
-rw-r--r--api/system-lint-baseline.txt6
2 files changed, 10 insertions, 0 deletions
diff --git a/api/system-current.txt b/api/system-current.txt
index 48e5c27493a3..2aac908b3937 100755
--- a/api/system-current.txt
+++ b/api/system-current.txt
@@ -241,6 +241,9 @@ package android {
public static final class R.array {
field public static final int config_keySystemUuidMapping = 17235973; // 0x1070005
+ field public static final int config_restrictedPreinstalledCarrierApps = 17235975; // 0x1070007
+ field public static final int config_sms_enabled_locking_shift_tables = 17235977; // 0x1070009
+ field public static final int config_sms_enabled_single_shift_tables = 17235976; // 0x1070008
field public static final int simColors = 17235974; // 0x1070006
}
@@ -293,6 +296,7 @@ package android {
field public static final int config_helpPackageNameKey = 17039387; // 0x104001b
field public static final int config_helpPackageNameValue = 17039388; // 0x104001c
field public static final int config_systemGallery = 17039402; // 0x104002a
+ field public static final int low_memory = 17039403; // 0x104002b
}
public static final class R.style {
diff --git a/api/system-lint-baseline.txt b/api/system-lint-baseline.txt
index fde6bb3424f7..cf1a34a5934b 100644
--- a/api/system-lint-baseline.txt
+++ b/api/system-lint-baseline.txt
@@ -243,6 +243,12 @@ ProtectedMember: android.service.notification.NotificationAssistantService#attac
+ResourceValueFieldName: android.R.array#config_sms_enabled_locking_shift_tables:
+ Expected resource name in `android.R.array` to be in the `fooBarBaz` style, was `config_sms_enabled_locking_shift_tables`
+ResourceValueFieldName: android.R.array#config_sms_enabled_single_shift_tables:
+ Expected resource name in `android.R.array` to be in the `fooBarBaz` style, was `config_sms_enabled_single_shift_tables`
+
+
SamShouldBeLast: android.accounts.AccountManager#addAccount(String, String, String[], android.os.Bundle, android.app.Activity, android.accounts.AccountManagerCallback<android.os.Bundle>, android.os.Handler):
SamShouldBeLast: android.accounts.AccountManager#addOnAccountsUpdatedListener(android.accounts.OnAccountsUpdateListener, android.os.Handler, boolean):