Update Split example with application icon

Play console wants the icon in the <application> tag

Change-Id: I83f8e5488ad853e548ba7aba6e32b14602a24ad3
This commit is contained in:
Adam Lesinski
2014-08-21 12:23:36 -07:00
parent ebc3e4cbf1
commit 269d2d4f69

View File

@@ -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" />