b/2483233 Added filter param so we can catch unique intents

Needed to create unique intents so we added data to them. This filter
makes sure we continue receiving the intents.

Change-Id: I9f0dd7c1f1078a773dced969af424e61b55ef465
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index 49860ff..e77ee05 100644
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -116,6 +116,7 @@
                 <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>