Add PbA branding API

Bug: 213357911

Test: Manually on Sargo DVT
Change-Id: I5b45ba902fc667e5393e69b188bcf1d5ce30d532
This commit is contained in:
Yi-an Chen
2022-03-10 21:47:17 +00:00
parent 29037c039c
commit 5898e64241
3 changed files with 16 additions and 0 deletions

View File

@@ -400,6 +400,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 {
@@ -445,6 +446,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 {

View File

@@ -5796,4 +5796,14 @@
because of it.
-->
<bool name="config_bg_current_drain_high_threshold_by_bg_location">false</bool>
<!-- Start safety protection resources to be overlaid -->
<!-- Safety protection icon to be overlaid -->
<item name="ic_safety_protection" type="drawable">@null</item>
<!-- Display text for safety protection to be overlaid. This is translatable -->
<string name="safety_protection_display_text"></string>
<!-- End safety protection resources to be overlaid -->
</resources>

View File

@@ -175,6 +175,8 @@
<public name="config_systemAutomotiveCalendarSyncManager" />
<!-- @hide @SystemApi -->
<public name="config_defaultAutomotiveNavigation" />
<!-- @hide @SystemApi -->
<public name="safety_protection_display_text" />
</staging-public-group>
<staging-public-group type="dimen" first-id="0x01db0000">
@@ -189,6 +191,8 @@
</staging-public-group>
<staging-public-group type="drawable" first-id="0x01d80000">
<!-- @hide @SystemApi -->
<public name="ic_safety_protection" />
</staging-public-group>
<staging-public-group type="layout" first-id="0x01d70000">