Wed, 31 Dec 2014 06:09:35 +0100
Cloned upstream origin tor-browser at tor-browser-31.3.0esr-4.5-1-build1
revision ID fc1c9ff7c1b2defdbc039f12214767608f46423f for hacking purpose.
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> |