Merge "Bug 2673557: rename datamessaging" into froyo
This commit is contained in:
committed by
Android (Google) Code Review
commit
e2055fe425
@@ -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 push_messaging (packet_type|1),(persistent_id|3),(stream_id|1),(last_stream_id|1)
|
||||
204005 data_messaging (packet_type|1),(persistent_id|3),(stream_id|1),(last_stream_id|1)
|
||||
|
||||
#####
|
||||
# Google Login Service and Setup Wizard
|
||||
|
||||
@@ -1866,7 +1866,7 @@ public class Intent implements Parcelable, Cloneable {
|
||||
* @hide
|
||||
*/
|
||||
public static final String ACTION_REMOTE_INTENT =
|
||||
"com.google.android.pushmessaging.intent.RECEIVE";
|
||||
"com.google.android.datamessaging.intent.RECEIVE";
|
||||
|
||||
/**
|
||||
* Broadcast Action: hook for permforming cleanup after a system update.
|
||||
|
||||
@@ -1225,12 +1225,12 @@
|
||||
android:description="@string/permlab_copyProtectedData"
|
||||
android:protectionLevel="signature" />
|
||||
|
||||
<!-- Push messaging permission.
|
||||
<!-- Data messaging permission.
|
||||
@hide Used internally.
|
||||
-->
|
||||
<permission android:name="android.intent.category.MASTER_CLEAR.permission.PUSH_MESSAGE"
|
||||
<permission android:name="android.intent.category.MASTER_CLEAR.permission.DATA_MESSAGE"
|
||||
android:protectionLevel="signature" />
|
||||
<uses-permission android:name="android.intent.category.MASTER_CLEAR.permission.PUSH_MESSAGE"/>
|
||||
<uses-permission android:name="android.intent.category.MASTER_CLEAR.permission.DATA_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.pushmessaging.intent.RECEIVE" />
|
||||
<action android:name="com.google.android.datamessaging.intent.RECEIVE" />
|
||||
<category android:name="android.intent.category.MASTER_CLEAR" />
|
||||
</intent-filter>
|
||||
</receiver>
|
||||
|
||||
Reference in New Issue
Block a user