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

changeset 0
6474c204b198
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/mobile/android/services/manifests/AnnouncementsAndroidManifest_activities.xml.in	Wed Dec 31 06:09:35 2014 +0100
     1.3 @@ -0,0 +1,17 @@
     1.4 +        <!--
     1.5 +             As well as these system actions, we also listen for pref notifications
     1.6 +             sent by Fennec: @ANDROID_PACKAGE_NAME@.ANNOUNCEMENTS_PREF.
     1.7 +          -->
     1.8 +        <receiver android:name="org.mozilla.gecko.background.announcements.AnnouncementsBroadcastReceiver" >
     1.9 +            <intent-filter>
    1.10 +                <!-- Startup. -->
    1.11 +                <action android:name="android.intent.action.BOOT_COMPLETED" />
    1.12 +            </intent-filter>
    1.13 +            <intent-filter>
    1.14 +                <!-- SD card remounted. -->
    1.15 +                <action android:name="android.intent.action.EXTERNAL_APPLICATIONS_AVAILABLE" />
    1.16 +            </intent-filter>
    1.17 +            <intent-filter >
    1.18 +              <action android:name="@ANDROID_PACKAGE_NAME@.ANNOUNCEMENTS_PREF" />
    1.19 +            </intent-filter>
    1.20 +        </receiver>

mercurial