From c630a2458e9b9f19fbfa03034c8e3f20232f77df Mon Sep 17 00:00:00 2001 From: "Andrzej J.R. Hunt" Date: Thu, 20 Sep 2012 20:57:14 +0200 Subject: [PATCH] Use activity-alias to show a separate name/icon in the launcher. By default android will use the title and icon of the the starting activity in the launcher. This can be overriden using an activity-alias as the default activity, with its own title and icon. Change-Id: I794b6738fdc383879b3c056c61f62fecbb268c5a --- android/sdremote/.classpath | 9 --------- android/sdremote/AndroidManifest.xml | 15 +++++++++++---- 2 files changed, 11 insertions(+), 13 deletions(-) delete mode 100644 android/sdremote/.classpath diff --git a/android/sdremote/.classpath b/android/sdremote/.classpath deleted file mode 100644 index 85fa7318d670..000000000000 --- a/android/sdremote/.classpath +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/android/sdremote/AndroidManifest.xml b/android/sdremote/AndroidManifest.xml index 6db223ee7d00..06056a264267 100644 --- a/android/sdremote/AndroidManifest.xml +++ b/android/sdremote/AndroidManifest.xml @@ -13,22 +13,29 @@ android:targetSdkVersion="10" /> + android:title="@string/app_name" > + + + - - + +