mobile/android/services/manifests/AnnouncementsAndroidManifest_activities.xml.in

Thu, 22 Jan 2015 13:21:57 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Thu, 22 Jan 2015 13:21:57 +0100
branch
TOR_BUG_9701
changeset 15
b8a032363ba2
permissions
-rw-r--r--

Incorporate requested changes from Mozilla in review:
https://bugzilla.mozilla.org/show_bug.cgi?id=1123480#c6

michael@0 1 <!--
michael@0 2 As well as these system actions, we also listen for pref notifications
michael@0 3 sent by Fennec: @ANDROID_PACKAGE_NAME@.ANNOUNCEMENTS_PREF.
michael@0 4 -->
michael@0 5 <receiver android:name="org.mozilla.gecko.background.announcements.AnnouncementsBroadcastReceiver" >
michael@0 6 <intent-filter>
michael@0 7 <!-- Startup. -->
michael@0 8 <action android:name="android.intent.action.BOOT_COMPLETED" />
michael@0 9 </intent-filter>
michael@0 10 <intent-filter>
michael@0 11 <!-- SD card remounted. -->
michael@0 12 <action android:name="android.intent.action.EXTERNAL_APPLICATIONS_AVAILABLE" />
michael@0 13 </intent-filter>
michael@0 14 <intent-filter >
michael@0 15 <action android:name="@ANDROID_PACKAGE_NAME@.ANNOUNCEMENTS_PREF" />
michael@0 16 </intent-filter>
michael@0 17 </receiver>

mercurial