diff --git a/api/system-current.txt b/api/system-current.txt
index 949a54a781dbc..ac7b876354edc 100644
--- a/api/system-current.txt
+++ b/api/system-current.txt
@@ -95,6 +95,7 @@ package android {
field public static final String INJECT_EVENTS = "android.permission.INJECT_EVENTS";
field public static final String INSTALL_DYNAMIC_SYSTEM = "android.permission.INSTALL_DYNAMIC_SYSTEM";
field public static final String INSTALL_GRANT_RUNTIME_PERMISSIONS = "android.permission.INSTALL_GRANT_RUNTIME_PERMISSIONS";
+ field public static final String INSTALL_LOCATION_TIME_ZONE_PROVIDER = "android.permission.INSTALL_LOCATION_TIME_ZONE_PROVIDER";
field public static final String INSTALL_PACKAGE_UPDATES = "android.permission.INSTALL_PACKAGE_UPDATES";
field public static final String INSTALL_SELF_UPDATES = "android.permission.INSTALL_SELF_UPDATES";
field public static final String INTENT_FILTER_VERIFICATION_AGENT = "android.permission.INTENT_FILTER_VERIFICATION_AGENT";
diff --git a/core/res/AndroidManifest.xml b/core/res/AndroidManifest.xml
index cc75dbb2e85a8..25b8d24e89063 100644
--- a/core/res/AndroidManifest.xml
+++ b/core/res/AndroidManifest.xml
@@ -1553,6 +1553,13 @@
+
+
+
diff --git a/core/res/res/values/config.xml b/core/res/res/values/config.xml
index 89e348ab57b3f..a6ed6f5a3ed43 100644
--- a/core/res/res/values/config.xml
+++ b/core/res/res/values/config.xml
@@ -1583,6 +1583,16 @@
config_timeZoneRulesUpdateTrackingEnabled are true.] -->
5
+
+ false
+
+ @null
+