OSDN Git Service

b/2483233 Added filter param so we can catch unique intents
authorErik <roboerik@android.com>
Wed, 17 Mar 2010 23:37:18 +0000 (16:37 -0700)
committerErik <roboerik@android.com>
Wed, 17 Mar 2010 23:37:18 +0000 (16:37 -0700)
Needed to create unique intents so we added data to them. This filter
makes sure we continue receiving the intents.

Change-Id: I9f0dd7c1f1078a773dced969af424e61b55ef465

AndroidManifest.xml

index 49860ff..e77ee05 100644 (file)
                 <action android:name="android.intent.action.LOCALE_CHANGED" />
                 <action android:name="android.intent.action.BOOT_COMPLETED" />
                 <action android:name="android.intent.action.TIME_SET" />
+                <data android:scheme="content" />
             </intent-filter>
         </receiver>