Switch from REMOTE_INTENT to the new push messaging, add the required permission.

This commit is contained in:
Costin Manolache
2010-02-04 16:52:34 -08:00
parent be16be13c6
commit 63cfebf2db
3 changed files with 10 additions and 3 deletions

View File

@@ -1840,7 +1840,7 @@ public class Intent implements Parcelable, Cloneable {
* @hide
*/
public static final String ACTION_REMOTE_INTENT =
"android.intent.action.REMOTE_INTENT";
"com.google.android.pushmessaging.intent.RECEIVE";
/**
* Broadcast Action: hook for permforming cleanup after a system update.