diff --git a/core/api/system-current.txt b/core/api/system-current.txt index 6d42bb8676f6b..712ac94216d32 100644 --- a/core/api/system-current.txt +++ b/core/api/system-current.txt @@ -393,6 +393,8 @@ package android { } public static final class R.bool { + field public static final int config_enableDefaultNotes; + field public static final int config_enableDefaultNotesForWorkProfile; field public static final int config_enableQrCodeScannerOnLockScreen = 17891336; // 0x1110008 field public static final int config_safetyProtectionEnabled; field public static final int config_sendPackageName = 17891328; // 0x1110000 @@ -429,6 +431,7 @@ package android { field public static final int config_defaultCallRedirection = 17039397; // 0x1040025 field public static final int config_defaultCallScreening = 17039398; // 0x1040026 field public static final int config_defaultDialer = 17039395; // 0x1040023 + field public static final int config_defaultNotes; field public static final int config_defaultSms = 17039396; // 0x1040024 field public static final int config_devicePolicyManagement = 17039421; // 0x104003d field public static final int config_feedbackIntentExtraKey = 17039391; // 0x104001f diff --git a/core/res/res/values/config.xml b/core/res/res/values/config.xml index 184f86968e51e..23103679f4402 100644 --- a/core/res/res/values/config.xml +++ b/core/res/res/values/config.xml @@ -2135,6 +2135,12 @@ + + + + false + + false diff --git a/core/res/res/values/public-staging.xml b/core/res/res/values/public-staging.xml index 97feaace7e591..dfd4d9a18271f 100644 --- a/core/res/res/values/public-staging.xml +++ b/core/res/res/values/public-staging.xml @@ -139,6 +139,8 @@ + + @@ -182,6 +184,10 @@ + + + +