From f24394f1dca17ea227f5c4b99048eb9993edb073 Mon Sep 17 00:00:00 2001 From: Neil Fuller Date: Thu, 21 Sep 2017 13:00:23 +0100 Subject: [PATCH] Move non-public intent out of the public namespace Move a non-public intent out of the public android.intent.action namespace. The new name is com.android.intent.action.timezone.TRIGGER_RULES_UPDATE_CHECK. Bug: 65991376 Test: CTS: run -m CtsIntentSignatureTestCases Test: PTS: run -m PtsTimeZoneTestCases Change-Id: I619b564aa6262108ab2d1c95ba6e288efd8cc9f2 --- core/java/android/app/timezone/RulesUpdaterContract.java | 4 ++-- core/res/res/values/config.xml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/core/java/android/app/timezone/RulesUpdaterContract.java b/core/java/android/app/timezone/RulesUpdaterContract.java index 9c62f46b6e36a..2a22eadd28f2c 100644 --- a/core/java/android/app/timezone/RulesUpdaterContract.java +++ b/core/java/android/app/timezone/RulesUpdaterContract.java @@ -51,7 +51,7 @@ public final class RulesUpdaterContract { * applies. */ public static final String ACTION_TRIGGER_RULES_UPDATE_CHECK = - "android.intent.action.timezone.TRIGGER_RULES_UPDATE_CHECK"; + "com.android.intent.action.timezone.TRIGGER_RULES_UPDATE_CHECK"; /** * The extra containing the {@code byte[]} that should be passed to @@ -61,7 +61,7 @@ public final class RulesUpdaterContract { * {@link #ACTION_TRIGGER_RULES_UPDATE_CHECK} intent has been processed. */ public static final String EXTRA_CHECK_TOKEN = - "android.intent.extra.timezone.CHECK_TOKEN"; + "com.android.intent.extra.timezone.CHECK_TOKEN"; /** * Creates an intent that would trigger a time zone rules update check. diff --git a/core/res/res/values/config.xml b/core/res/res/values/config.xml index 9b1e4e1e20e46..c7878c63e3b7f 100644 --- a/core/res/res/values/config.xml +++ b/core/res/res/values/config.xml @@ -1352,7 +1352,7 @@