Use unique boot intent for Email2

Change-Id: Iffbedd93317676ddc1b25400c46fd016f26e0ba3
This commit is contained in:
Paul Westbrook 2012-02-09 14:55:11 -08:00
parent 0e615fe3e3
commit 3a420bed83
2 changed files with 2 additions and 2 deletions

View File

@ -82,7 +82,7 @@
<receiver android:name=".providers.protos.boot.AccountReceiver">
<intent-filter>
<action android:name="com.android.mail.providers.protos.boot.intent.ACTION_PROVIDER_CREATED" />
<action android:name="com.android.email2.providers.protos.boot.intent.ACTION_PROVIDER_CREATED" />
</intent-filter>
</receiver>

View File

@ -25,7 +25,7 @@ public class AccountReceiver extends BroadcastReceiver {
* Intent used to notify interested parties that the Mail provider has been created.
*/
public static final String ACTION_PROVIDER_CREATED
= "com.android.mail.providers.protos.boot.intent.ACTION_PROVIDER_CREATED";
= "com.android.email2.providers.protos.boot.intent.ACTION_PROVIDER_CREATED";
@Override
public void onReceive(Context context, Intent intent) {