diff options
| author | 2017-07-03 16:08:40 +0100 | |
|---|---|---|
| committer | 2017-07-03 16:08:40 +0100 | |
| commit | 9c1f436f0ad5929d42efab20501b22bb443d0293 (patch) | |
| tree | e38f178c96b8eb6d3cd40646ed9f82ab6476ab6f | |
| parent | 8558d93db8902740a5fba7c1e6a4b0bbc36a2c16 (diff) | |
Configure the package name of the updater app
Configure the package name of the updater app;
the package name is now decided and can be defaulted.
Bug: 31008728
Test: make droid
Change-Id: I2fe215d34600ce16f902b4e285edcb345423104b
| -rw-r--r-- | core/res/res/values/config.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/res/res/values/config.xml b/core/res/res/values/config.xml index 98f16c29db79..42383b773827 100644 --- a/core/res/res/values/config.xml +++ b/core/res/res/values/config.xml @@ -1310,7 +1310,7 @@ permission. [This is only used if config_enableUpdateableTimeZoneRules and config_timeZoneRulesUpdateTrackingEnabled are true.] --> - <string name="config_timeZoneRulesUpdaterPackage" translateable="false"></string> + <string name="config_timeZoneRulesUpdaterPackage" translateable="false">com.android.timezone.updater</string> <!-- The package of the time zone rules data application. Expected to be configured by OEMs to reference their own priv-app APK package. |