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

Commit bfecd904 authored by Adam Lesinski's avatar Adam Lesinski Committed by Android (Google) Code Review
Browse files

Merge "Update Split example with application icon" into lmp-dev

parents b5136731 269d2d4f
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" />