summaryrefslogtreecommitdiffstats
path: root/core/res
diff options
context:
space:
mode:
authorCostin Manolache <costin@google.com>2010-05-12 16:04:10 -0700
committerCostin Manolache <costin@google.com>2010-05-12 16:16:34 -0700
commit8d83f9e31bfff0281b522c53e035dffc7dd00ba9 (patch)
treea6f1e106e430e95fa5665325c17c01412ddc7c60 /core/res
parente0dc80f878b56ed744bd06d341716fcfff4e3acc (diff)
downloadframeworks_base-8d83f9e31bfff0281b522c53e035dffc7dd00ba9.zip
frameworks_base-8d83f9e31bfff0281b522c53e035dffc7dd00ba9.tar.gz
frameworks_base-8d83f9e31bfff0281b522c53e035dffc7dd00ba9.tar.bz2
Bug 2680071: Rename the Cloud to Device
Change-Id: I12ab32de393e44a499e3f9e3a0b38f4682156ff5
Diffstat (limited to 'core/res')
-rw-r--r--core/res/AndroidManifest.xml8
1 files changed, 4 insertions, 4 deletions
diff --git a/core/res/AndroidManifest.xml b/core/res/AndroidManifest.xml
index 5a92dbe..2a2208f 100644
--- a/core/res/AndroidManifest.xml
+++ b/core/res/AndroidManifest.xml
@@ -1225,12 +1225,12 @@
android:description="@string/permlab_copyProtectedData"
android:protectionLevel="signature" />
- <!-- Data messaging permission.
+ <!-- C2DM permission.
@hide Used internally.
-->
- <permission android:name="android.intent.category.MASTER_CLEAR.permission.DATA_MESSAGE"
+ <permission android:name="android.intent.category.MASTER_CLEAR.permission.C2D_MESSAGE"
android:protectionLevel="signature" />
- <uses-permission android:name="android.intent.category.MASTER_CLEAR.permission.DATA_MESSAGE"/>
+ <uses-permission android:name="android.intent.category.MASTER_CLEAR.permission.C2D_MESSAGE"/>
<application android:process="system"
android:persistent="true"
@@ -1314,7 +1314,7 @@
<action android:name="android.intent.action.MASTER_CLEAR" />
<!-- MCS always uses REMOTE_INTENT: category=MASTER_CLEAR -->
- <action android:name="com.google.android.datamessaging.intent.RECEIVE" />
+ <action android:name="com.google.android.c2dm.intent.RECEIVE" />
<category android:name="android.intent.category.MASTER_CLEAR" />
</intent-filter>
</receiver>