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

Commit 269d2d4f authored by Adam Lesinski's avatar Adam Lesinski
Browse files

Update Split example with application icon

Play console wants the icon in the <application> tag

Change-Id: I83f8e5488ad853e548ba7aba6e32b14602a24ad3
parent ebc3e4cb
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -16,9 +16,9 @@

<manifest xmlns:android="http://schemas.android.com/apk/res/android"
    package="com.android.example.split">
    <application android:label="@string/app_title">
        <activity android:name="ActivityMain"
    <application android:label="@string/app_title"
            android:icon="@mipmap/ic_app">
        <activity android:name="ActivityMain">
            <intent-filter>
                <action android:name="android.intent.action.MAIN" />
                <category android:name="android.intent.category.LAUNCHER" />