diff options
author | Andrzej J.R. Hunt <andrzej@ahunt.org> | 2012-09-17 17:06:43 +0200 |
---|---|---|
committer | Andrzej J.R. Hunt <andrzej@ahunt.org> | 2012-09-17 17:08:46 +0200 |
commit | 5962129ea8076ae816900684e620498ca90103cc (patch) | |
tree | 92c1ea743803a39e5093b6cb981df1482160eab0 /android/sdremote/AndroidManifest.xml | |
parent | 543158edba6678d3d76eee983a9d4edd2a422fee (diff) |
Dialog for connection, more activity launching cleanup.
Change-Id: I1ff8508daa2863020c6d7fa735f0f23b1ce96d8f
Diffstat (limited to 'android/sdremote/AndroidManifest.xml')
-rw-r--r-- | android/sdremote/AndroidManifest.xml | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/android/sdremote/AndroidManifest.xml b/android/sdremote/AndroidManifest.xml index e60bc67abe47..6db223ee7d00 100644 --- a/android/sdremote/AndroidManifest.xml +++ b/android/sdremote/AndroidManifest.xml @@ -14,7 +14,9 @@ <application android:label="@string/app_name" - android:theme="@style/Theme.ImpressRemote" > + android:theme="@style/Theme.ImpressRemote" + android:title="@string/app_name" + android:icon="@drawable/ic_launcher" > <activity android:name=".SelectorActivity" android:icon="@drawable/actionbar_icon_computer" |