Merge "Add PbA branding API" into tm-dev
This commit is contained in:
@@ -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 {
|
||||
|
||||
@@ -5808,4 +5808,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>
|
||||
|
||||
@@ -174,6 +174,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">
|
||||
@@ -188,6 +190,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">
|
||||
|
||||
Reference in New Issue
Block a user