diff --git a/api/system-current.txt b/api/system-current.txt
index 21d3e841b7e00..f2ec2970f9ced 100644
--- a/api/system-current.txt
+++ b/api/system-current.txt
@@ -307,6 +307,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 {
diff --git a/api/test-current.txt b/api/test-current.txt
index 68d28233ade04..576cbacb12902 100644
--- a/api/test-current.txt
+++ b/api/test-current.txt
@@ -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
}
}
diff --git a/core/res/res/values/config.xml b/core/res/res/values/config.xml
index 71e9ed7bee58e..f55114c94eed9 100644
--- a/core/res/res/values/config.xml
+++ b/core/res/res/values/config.xml
@@ -1831,6 +1831,8 @@
com.android.gallery3d
+
+
diff --git a/core/res/res/values/public.xml b/core/res/res/values/public.xml
index 1e2d554a088b1..fe17eca35545b 100644
--- a/core/res/res/values/public.xml
+++ b/core/res/res/values/public.xml
@@ -3071,6 +3071,8 @@
+
+
diff --git a/non-updatable-api/system-current.txt b/non-updatable-api/system-current.txt
index 2fad7f58b4fb4..04847d5fec35c 100644
--- a/non-updatable-api/system-current.txt
+++ b/non-updatable-api/system-current.txt
@@ -307,6 +307,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 {