diff options
author | Costin Manolache <costin@google.com> | 2010-05-12 16:04:10 -0700 |
---|---|---|
committer | Costin Manolache <costin@google.com> | 2010-05-12 16:16:34 -0700 |
commit | 8d83f9e31bfff0281b522c53e035dffc7dd00ba9 (patch) | |
tree | a6f1e106e430e95fa5665325c17c01412ddc7c60 /core/res | |
parent | e0dc80f878b56ed744bd06d341716fcfff4e3acc (diff) | |
download | frameworks_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.xml | 8 |
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> |