Bug 842674 - Use correct constant for android.intent.action.EXTERNAL_APPLICATIONS_AVAILABLE. r=nalexander

This commit is contained in:
Richard Newman 2013-02-19 15:13:01 -08:00
parent 2c3a35771d
commit a872106293

View File

@ -9,7 +9,7 @@
</intent-filter>
<intent-filter>
<!-- SD card remounted. -->
<action android:name="android.intent.action.ACTION_EXTERNAL_APPLICATIONS_AVAILABLE" />
<action android:name="android.intent.action.EXTERNAL_APPLICATIONS_AVAILABLE" />
</intent-filter>
<intent-filter >
<action android:name="@ANDROID_PACKAGE_NAME@.ANNOUNCEMENTS_PREF" />