diff --git a/core/api/system-current.txt b/core/api/system-current.txt index 0a748142d65e9..4c6115aedd493 100644 --- a/core/api/system-current.txt +++ b/core/api/system-current.txt @@ -403,6 +403,7 @@ package android { public static final class R.drawable { field public static final int ic_info = 17301684; // 0x10800b4 + field public static final int ic_safety_protection; } public static final class R.raw { @@ -448,6 +449,7 @@ package android { field public static final int config_systemVisualIntelligence = 17039415; // 0x1040037 field public static final int config_systemWellbeing = 17039408; // 0x1040030 field public static final int config_systemWifiCoexManager = 17039407; // 0x104002f + field public static final int safety_protection_display_text; } public static final class R.style { diff --git a/core/res/res/values/config.xml b/core/res/res/values/config.xml index 1e4edfbe82d7f..bc4537899e3a9 100644 --- a/core/res/res/values/config.xml +++ b/core/res/res/values/config.xml @@ -5808,4 +5808,14 @@ because of it. --> false + + + + + @null + + + + + diff --git a/core/res/res/values/public-staging.xml b/core/res/res/values/public-staging.xml index e35d2e9f488a3..b985528aec1bc 100644 --- a/core/res/res/values/public-staging.xml +++ b/core/res/res/values/public-staging.xml @@ -174,6 +174,8 @@ + + @@ -188,6 +190,8 @@ + +