From a63e69cf94e5c6ea9de5eb312d36c96818711a2d Mon Sep 17 00:00:00 2001 From: Sarah Chin Date: Wed, 22 Jan 2020 15:41:53 -0800 Subject: Expose hidden resources used in telephony/common Test: atest GsmAlphabetTest, CarrierAppUtilsTest Bug: 148174114 Change-Id: Iff28c13e3470ea9b2e03cba33bf9489a089f8add --- api/system-current.txt | 4 ++++ api/system-lint-baseline.txt | 6 ++++++ core/res/res/values/public.xml | 9 +++++++++ .../common/com/android/internal/telephony/CarrierAppUtils.java | 3 +-- .../common/com/android/internal/telephony/GsmAlphabet.java | 10 +++++----- .../common/com/google/android/mms/util/SqliteWrapper.java | 3 +-- 6 files changed, 26 insertions(+), 9 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.Handler): SamShouldBeLast: android.accounts.AccountManager#addOnAccountsUpdatedListener(android.accounts.OnAccountsUpdateListener, android.os.Handler, boolean): diff --git a/core/res/res/values/public.xml b/core/res/res/values/public.xml index c081354a7d3a..5d8d31debb54 100644 --- a/core/res/res/values/public.xml +++ b/core/res/res/values/public.xml @@ -3037,6 +3037,8 @@ + + @@ -3063,7 +3065,14 @@ + + + + + + +