Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 11139b49 authored by Steve McKay's avatar Steve McKay
Browse files

Use LauncherActivity name from Nougat.

So launcher doesn't disappear on upgrade.

Bug: 62836700
Test: Build install test with different names.
Change-Id: I53e93e6d84f6c289d10b46f5a32b74f56453169c
(cherry picked from commit e2b5ffee)
parent 793cef95
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -58,7 +58,7 @@

        <!--  Preserve original launcher activity from Nougat. -->
        <activity-alias
            android:name=".Launcher"
            android:name=".LauncherActivity"
            android:targetActivity=".files.LauncherActivity"
            android:label="@string/launcher_label"
            android:icon="@drawable/launcher_icon" >