зеркало из https://github.com/mozilla/gecko-dev.git
Bug 724292 - Add a ResolverActivity alias so Fennec can be launched by the Android Market app [r=blassey]
This commit is contained in:
Родитель
a5fd81f8df
Коммит
dbb1b1eb40
|
@ -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" />
|
||||
|
|
Загрузка…
Ссылка в новой задаче