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

Commit 96b2b749 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Add a role for Shell." into sc-dev

parents 18ac5c32 b40f2edd
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -344,6 +344,7 @@ package android {
    field public static final int config_systemAutomotiveCluster = 17039400; // 0x1040028
    field public static final int config_systemAutomotiveProjection = 17039401; // 0x1040029
    field public static final int config_systemGallery = 17039399; // 0x1040027
    field public static final int config_systemShell = 17039402; // 0x104002a
  }
  public static final class R.style {
+2 −0
Original line number Diff line number Diff line
@@ -1946,6 +1946,8 @@
    <string name="config_systemAutomotiveProjection" translatable="false"></string>
    <!-- The name of the package that will hold the system cluster service role. -->
    <string name="config_systemAutomotiveCluster" translatable="false"></string>
    <!-- The name of the package that will hold the system shell role. -->
    <string name="config_systemShell" translatable="false">com.android.shell</string>

    <!-- The name of the package that will be allowed to change its components' label/icon. -->
    <string name="config_overrideComponentUiPackage" translatable="false"></string>
+2 −0
Original line number Diff line number Diff line
@@ -3132,6 +3132,8 @@
    <public name="config_systemAutomotiveCluster" />
    <!-- @hide @SystemApi @TestApi -->
    <public name="config_systemAutomotiveProjection" />
    <!-- @hide @SystemApi -->
    <public name="config_systemShell" />
  </public-group>

  <public-group type="id" first-id="0x01020055">