Bug 724292 - Add a ResolverActivity alias so Fennec can be launched by the Android Market app [r=blassey]

This commit is contained in:
Richard Newman 2012-02-22 12:53:20 -08:00
Родитель a5fd81f8df
Коммит dbb1b1eb40
1 изменённых файлов: 6 добавлений и 0 удалений

Просмотреть файл

@ -103,6 +103,12 @@
</intent-filter>
</activity>
<!-- Masquerade as the Resolver so that we can be opened from the Marketplace. -->
<activity-alias
android:name="com.android.internal.app.ResolverActivity"
android:targetActivity=".App"
android:exported="true" />
<receiver android:name="NotificationHandler">
<intent-filter>
<action android:name="org.mozilla.gecko.ACTION_ALERT_CLICK" />