Add icon, shamelessly stolen from KDE/kmplayer
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index 36bca75..1746da2 100644
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="utf-8"?>
 <manifest xmlns:android="http://schemas.android.com/apk/res/android" package="org.linaro.mmtest">
-	<application android:label="Multimedia Test">
-		<activity android:name="MultimediaTest" android:theme="@android:style/Theme.NoTitleBar" android:screenOrientation="landscape" android:configChanges="orientation">
+	<application android:label="Multimedia Test" android:debuggable="true" android:icon="@drawable/icon">
+		<activity android:name="MultimediaTest" android:label="Multimedia Test" android:theme="@android:style/Theme.NoTitleBar" android:screenOrientation="landscape" android:configChanges="orientation">
 			<intent-filter>
 				<action android:name="android.intent.action.MAIN"/>
 				<category android:name="android.intent.category.LAUNCHER"/>
diff --git a/res/drawable-hdpi/icon.png b/res/drawable-hdpi/icon.png
new file mode 100644
index 0000000..f9ce5ac
--- /dev/null
+++ b/res/drawable-hdpi/icon.png
Binary files differ
diff --git a/res/drawable-ldpi/icon.png b/res/drawable-ldpi/icon.png
new file mode 100644
index 0000000..f9ce5ac
--- /dev/null
+++ b/res/drawable-ldpi/icon.png
Binary files differ
diff --git a/res/drawable-mdpi/icon.png b/res/drawable-mdpi/icon.png
new file mode 100644
index 0000000..f9ce5ac
--- /dev/null
+++ b/res/drawable-mdpi/icon.png
Binary files differ
diff --git a/res/drawable/icon.png b/res/drawable/icon.png
new file mode 100644
index 0000000..f9ce5ac
--- /dev/null
+++ b/res/drawable/icon.png
Binary files differ