1
0
Fork 0

Closes #4976: Use dynamic launcher entry in manifest.

master
Sebastian Kaspari 2019-12-17 11:01:03 +01:00
parent 6cb3879caf
commit 16b4680c06
1 changed files with 2 additions and 2 deletions

View File

@ -30,12 +30,12 @@
tools:ignore="UnusedAttribute">
<!--
We inherited this entry (org.mozilla.gecko.App) from Fennec. We need to keep this as our
We inherited this entry (${applicationId}.App) from Fennec. We need to keep this as our
main launcher to avoid launcher icons on the home screen disappearing for all our users
on a Fennec build.
-->
<activity-alias
android:name="org.mozilla.gecko.App"
android:name="${applicationId}.App"
android:targetActivity=".HomeActivity">
<intent-filter>
<action android:name="android.intent.action.MAIN" />