diff options
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" |