diff --git a/api/system-current.txt b/api/system-current.txt
index 91be5bdab8b46..a63a2ee3daafe 100644
--- a/api/system-current.txt
+++ b/api/system-current.txt
@@ -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 {
diff --git a/api/test-current.txt b/api/test-current.txt
index 9383152722be8..c0f879fee4624 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 89e348ab57b3f..a23506cb3bcf0 100644
--- a/core/res/res/values/config.xml
+++ b/core/res/res/values/config.xml
@@ -1826,6 +1826,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 746f8aae71221..d6d8a53c7339d 100644
--- a/non-updatable-api/system-current.txt
+++ b/non-updatable-api/system-current.txt
@@ -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 {