Search
lxdream.org :: lxdream/android/AndroidManifest.xml :: diff
lxdream 0.9.1
released Jun 29
Download Now
filename android/AndroidManifest.xml
changeset 1281:a3e763a4c60e
prev1274:4dff831f1a2e
author nkeynes
date Tue Apr 17 21:53:55 2012 +1000 (12 years ago)
permissions -rw-r--r--
last change Set the android default directory to $SDCARD/lxdream instead of the /data
directory.
file annotate diff log raw
1.1 --- a/android/AndroidManifest.xml Tue Mar 20 08:18:22 2012 +1000
1.2 +++ b/android/AndroidManifest.xml Tue Apr 17 21:53:55 2012 +1000
1.3 @@ -1,6 +1,7 @@
1.4 <?xml version="1.0" encoding="utf-8"?>
1.5 <manifest xmlns:android="http://schemas.android.com/apk/res/android" package="org.lxdream">
1.6 - <application android:label="@string/lxdream_activity">
1.7 + <application android:label="@string/lxdream_activity"
1.8 + android:icon="@drawable/lxdream">
1.9 <activity android:name="LxdreamActivity"
1.10 android:launchMode="singleTask"
1.11 android:theme="@android:style/Theme.Holo"
.