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

Commit 3971f269 authored by Kurt Dresner's avatar Kurt Dresner Committed by Android (Google) Code Review
Browse files

Merge "Create empty SYSTEM_AUTOMOTIVE_PROJECTION default holder."

parents e7fe1a5f 8240dbd5
Loading
Loading
Loading
Loading
+1 −0
Original line number Original line Diff line number Diff line
@@ -310,6 +310,7 @@ package android {
    field public static final int config_helpPackageNameKey = 17039387; // 0x104001b
    field public static final int config_helpPackageNameKey = 17039387; // 0x104001b
    field public static final int config_helpPackageNameValue = 17039388; // 0x104001c
    field public static final int config_helpPackageNameValue = 17039388; // 0x104001c
    field public static final int config_systemAutomotiveCluster = 17039400; // 0x1040028
    field public static final int config_systemAutomotiveCluster = 17039400; // 0x1040028
    field public static final int config_systemAutomotiveProjection = 17039402; // 0x104002a
    field public static final int config_systemGallery = 17039399; // 0x1040027
    field public static final int config_systemGallery = 17039399; // 0x1040027
    field public static final int config_systemVideoCall = 17039401; // 0x1040029
    field public static final int config_systemVideoCall = 17039401; // 0x1040029
  }
  }
+1 −0
Original line number Original line Diff line number Diff line
@@ -46,6 +46,7 @@ package android {
    field public static final int config_defaultAssistant = 17039393; // 0x1040021
    field public static final int config_defaultAssistant = 17039393; // 0x1040021
    field public static final int config_defaultDialer = 17039395; // 0x1040023
    field public static final int config_defaultDialer = 17039395; // 0x1040023
    field public static final int config_systemAutomotiveCluster = 17039400; // 0x1040028
    field public static final int config_systemAutomotiveCluster = 17039400; // 0x1040028
    field public static final int config_systemAutomotiveProjection = 17039402; // 0x104002a
    field public static final int config_systemGallery = 17039399; // 0x1040027
    field public static final int config_systemGallery = 17039399; // 0x1040027
    field public static final int config_systemVideoCall = 17039401; // 0x1040029
    field public static final int config_systemVideoCall = 17039401; // 0x1040029
  }
  }
+2 −0
Original line number Original line Diff line number Diff line
@@ -1857,6 +1857,8 @@
    <string name="config_defaultCallScreening" translatable="false"></string>
    <string name="config_defaultCallScreening" translatable="false"></string>
    <!-- The name of the package that will hold the system gallery role. -->
    <!-- The name of the package that will hold the system gallery role. -->
    <string name="config_systemGallery" translatable="false">com.android.gallery3d</string>
    <string name="config_systemGallery" translatable="false">com.android.gallery3d</string>
    <!-- The names of the packages that will hold the automotive projection role. -->
    <string name="config_systemAutomotiveProjection" translatable="false"></string>
    <!-- The name of the package that will hold the system cluster service role. -->
    <!-- The name of the package that will hold the system cluster service role. -->
    <string name="config_systemAutomotiveCluster" translatable="false"></string>
    <string name="config_systemAutomotiveCluster" translatable="false"></string>
    <!-- The name of the package that will hold the system video call role. -->
    <!-- The name of the package that will hold the system video call role. -->
+2 −0
Original line number Original line Diff line number Diff line
@@ -3074,6 +3074,8 @@
    <public name="config_systemAutomotiveCluster" />
    <public name="config_systemAutomotiveCluster" />
    <!-- @hide @SystemApi @TestApi -->
    <!-- @hide @SystemApi @TestApi -->
    <public name="config_systemVideoCall" />
    <public name="config_systemVideoCall" />
    <!-- @hide @SystemApi @TestApi -->
    <public name="config_systemAutomotiveProjection" />
  </public-group>
  </public-group>


  <public-group type="id" first-id="0x01020055">
  <public-group type="id" first-id="0x01020055">
+1 −0
Original line number Original line Diff line number Diff line
@@ -310,6 +310,7 @@ package android {
    field public static final int config_helpPackageNameKey = 17039387; // 0x104001b
    field public static final int config_helpPackageNameKey = 17039387; // 0x104001b
    field public static final int config_helpPackageNameValue = 17039388; // 0x104001c
    field public static final int config_helpPackageNameValue = 17039388; // 0x104001c
    field public static final int config_systemAutomotiveCluster = 17039400; // 0x1040028
    field public static final int config_systemAutomotiveCluster = 17039400; // 0x1040028
    field public static final int config_systemAutomotiveProjection = 17039402; // 0x104002a
    field public static final int config_systemGallery = 17039399; // 0x1040027
    field public static final int config_systemGallery = 17039399; // 0x1040027
    field public static final int config_systemVideoCall = 17039401; // 0x1040029
    field public static final int config_systemVideoCall = 17039401; // 0x1040029
  }
  }