From d82ef68ec6ce2e4e90ae5e28298a14b1df3cd1c2 Mon Sep 17 00:00:00 2001 From: Neil Fuller Date: Thu, 23 Apr 2020 19:31:31 +0100 Subject: Add config for the LocationTimeZoneManagerService Add config for the LocationTimeZoneManagerService to enable the binder-based LocationTimeZoneProviderProxy implementation. CTS-Coverage-Bug: 169748177 Bug: 152744911 Bug: 149014708 Test: Build / treehugger only Change-Id: I723d4fbbf6eafca8370fdf2b76518338c439a9e9 --- api/system-current.txt | 1 + core/res/AndroidManifest.xml | 7 +++++++ core/res/res/values/config.xml | 10 ++++++++++ core/res/res/values/symbols.xml | 2 ++ non-updatable-api/system-current.txt | 1 + .../location/timezone/LocationTimeZoneManagerService.java | 4 ---- 6 files changed, 21 insertions(+), 4 deletions(-) diff --git a/api/system-current.txt b/api/system-current.txt index 949a54a781db..ac7b876354ed 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 cc75dbb2e85a..25b8d24e8906 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 89e348ab57b3..a6ed6f5a3ed4 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 +