Define video-call-app config option
Bug: 168431157 Test: atest DefaultPermissionGrantPolicyTest Change-Id: Iaa38902287e14b670d788f26adab3027f1091140
This commit is contained in:
@@ -305,6 +305,7 @@ package android {
|
||||
field public static final int config_helpPackageNameValue = 17039388; // 0x104001c
|
||||
field public static final int config_systemAutomotiveCluster = 17039400; // 0x1040028
|
||||
field public static final int config_systemGallery = 17039399; // 0x1040027
|
||||
field public static final int config_systemVideoCall = 17039401; // 0x1040029
|
||||
}
|
||||
|
||||
public static final class R.style {
|
||||
|
||||
@@ -45,6 +45,7 @@ package android {
|
||||
field public static final int config_defaultDialer = 17039395; // 0x1040023
|
||||
field public static final int config_systemAutomotiveCluster = 17039400; // 0x1040028
|
||||
field public static final int config_systemGallery = 17039399; // 0x1040027
|
||||
field public static final int config_systemVideoCall = 17039401; // 0x1040029
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
@@ -1826,6 +1826,8 @@
|
||||
<string name="config_systemGallery" translatable="false">com.android.gallery3d</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 video call role. -->
|
||||
<string name="config_systemVideoCall" translatable="false"></string>
|
||||
|
||||
<!-- The name of the package that will be allowed to change its components' label/icon. -->
|
||||
<string name="config_overrideComponentUiPackage" translatable="false"></string>
|
||||
|
||||
@@ -3071,6 +3071,8 @@
|
||||
<public-group type="string" first-id="0x01040028">
|
||||
<!-- @hide @SystemApi @TestApi -->
|
||||
<public name="config_systemAutomotiveCluster" />
|
||||
<!-- @hide @SystemApi @TestApi -->
|
||||
<public name="config_systemVideoCall" />
|
||||
</public-group>
|
||||
|
||||
<public-group type="id" first-id="0x01020055">
|
||||
|
||||
@@ -305,6 +305,7 @@ package android {
|
||||
field public static final int config_helpPackageNameValue = 17039388; // 0x104001c
|
||||
field public static final int config_systemAutomotiveCluster = 17039400; // 0x1040028
|
||||
field public static final int config_systemGallery = 17039399; // 0x1040027
|
||||
field public static final int config_systemVideoCall = 17039401; // 0x1040029
|
||||
}
|
||||
|
||||
public static final class R.style {
|
||||
|
||||
Reference in New Issue
Block a user