Loading core/api/system-current.txt +1 −0 Original line number Diff line number Diff line Loading @@ -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 { Loading core/res/res/values/config.xml +2 −0 Original line number Diff line number Diff line Loading @@ -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> Loading core/res/res/values/public.xml +2 −0 Original line number Diff line number Diff line Loading @@ -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"> Loading Loading
core/api/system-current.txt +1 −0 Original line number Diff line number Diff line Loading @@ -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 { Loading
core/res/res/values/config.xml +2 −0 Original line number Diff line number Diff line Loading @@ -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> Loading
core/res/res/values/public.xml +2 −0 Original line number Diff line number Diff line Loading @@ -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"> Loading