From 8d83f9e31bfff0281b522c53e035dffc7dd00ba9 Mon Sep 17 00:00:00 2001 From: Costin Manolache Date: Wed, 12 May 2010 16:04:10 -0700 Subject: [PATCH] Bug 2680071: Rename the Cloud to Device Change-Id: I12ab32de393e44a499e3f9e3a0b38f4682156ff5 --- common/java/com/android/common/GoogleLogTags.logtags | 2 +- core/java/android/content/Intent.java | 2 +- core/res/AndroidManifest.xml | 8 ++++---- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/common/java/com/android/common/GoogleLogTags.logtags b/common/java/com/android/common/GoogleLogTags.logtags index bf6091a3c46c6..f848ddfd21c64 100644 --- a/common/java/com/android/common/GoogleLogTags.logtags +++ b/common/java/com/android/common/GoogleLogTags.logtags @@ -80,7 +80,7 @@ option java_package com.android.common 204004 gtalk_heartbeat_reset (interval_and_nt|1),(ip|3) # This event is logged when an Rmq v2 packet is sent or received. -204005 data_messaging (packet_type|1),(persistent_id|3),(stream_id|1),(last_stream_id|1) +204005 c2dm (packet_type|1),(persistent_id|3),(stream_id|1),(last_stream_id|1) ##### # Google Login Service and Setup Wizard diff --git a/core/java/android/content/Intent.java b/core/java/android/content/Intent.java index 6aac4b9fa77cd..2acc4a05792ae 100644 --- a/core/java/android/content/Intent.java +++ b/core/java/android/content/Intent.java @@ -1866,7 +1866,7 @@ public class Intent implements Parcelable, Cloneable { * @hide */ public static final String ACTION_REMOTE_INTENT = - "com.google.android.datamessaging.intent.RECEIVE"; + "com.google.android.c2dm.intent.RECEIVE"; /** * Broadcast Action: hook for permforming cleanup after a system update. diff --git a/core/res/AndroidManifest.xml b/core/res/AndroidManifest.xml index 5a92dbe09b82c..2a2208f1ced08 100644 --- a/core/res/AndroidManifest.xml +++ b/core/res/AndroidManifest.xml @@ -1225,12 +1225,12 @@ android:description="@string/permlab_copyProtectedData" android:protectionLevel="signature" /> - - - + - +