Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit d6a95f19 authored by Justin Lannin's avatar Justin Lannin Committed by Android (Google) Code Review
Browse files

Merge "Add config config_wearHealthService which specifies the wear health service package name."

parents c2dfe4e8 fffd9655
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -457,6 +457,7 @@ package android {
    field public static final int config_systemUi = 17039418; // 0x104003a
    field public static final int config_systemUiIntelligence = 17039410; // 0x1040032
    field public static final int config_systemVisualIntelligence = 17039415; // 0x1040037
    field public static final int config_systemWearHealthService;
    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 = 17039425; // 0x1040041
+2 −0
Original line number Diff line number Diff line
@@ -2133,6 +2133,8 @@
    <string name="config_systemAutomotiveCalendarSyncManager" translatable="false"></string>
    <!-- The name of the package that will hold the default automotive navigation role. -->
    <string name="config_defaultAutomotiveNavigation" translatable="false"></string>
    <!-- The name of the package that will hold the system wear health service role. -->
    <string name="config_systemWearHealthService" translatable="false"></string>

    <!-- The name of the package that will handle updating the device management role. -->
    <string name="config_devicePolicyManagementUpdater" translatable="false"></string>
+2 −0
Original line number Diff line number Diff line
@@ -135,6 +135,8 @@
  </staging-public-group>

  <staging-public-group type="string" first-id="0x01cb0000">
    <!-- @hide @SystemApi -->
    <public name="config_systemWearHealthService" />
  </staging-public-group>

  <staging-public-group type="dimen" first-id="0x01ca0000">