summaryrefslogtreecommitdiff
path: root/core/java
diff options
context:
space:
mode:
authorNeil Fuller <nfuller@google.com>2017-09-22 10:31:43 +0000
committerandroid-build-merger <android-build-merger@google.com>2017-09-22 10:31:43 +0000
commitba0f43de1ffae0b4ede485239861211b156476ed (patch)
tree2e80d20eea6b8b3b78b02cba6c2afca38a94cd02 /core/java
parentdae28d59a92a49d3d0875572418c02c151cea81c (diff)
parent3f1ba67f1e3f5a2bbde662213e41d2437ba9a2ab (diff)
Merge "Move non-public intent out of the public namespace" into oc-mr1-dev
am: 3f1ba67f1e Change-Id: Ie93db5b1770cc05ba476b97b829a8f8e1925f673
Diffstat (limited to 'core/java')
-rw-r--r--core/java/android/app/timezone/RulesUpdaterContract.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/core/java/android/app/timezone/RulesUpdaterContract.java b/core/java/android/app/timezone/RulesUpdaterContract.java
index 9c62f46b6e36..2a22eadd28f2 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.