Search
lxdream.org :: lxdream/android/AndroidManifest.xml :: diff
lxdream 0.9.1
released Jun 29
Download Now
filename android/AndroidManifest.xml
changeset 1245:01e0020adf88
prev1239:be3121267597
next1254:1ca50e1330cd
author nkeynes
date Fri Mar 02 23:49:10 2012 +1000 (12 years ago)
permissions -rw-r--r--
last change Android WIP:
* Rename gui_jni.c to gui_android.c - now quite android specific.
* Implement generic EGL driver with very minimal Java wrapper
* Run emulation in separate thread, and implement simple queue for
inter-thread communication.
* Add menu/action-bar items for start + reset
file annotate diff log raw
1.1 --- a/android/AndroidManifest.xml Sat Feb 25 21:30:49 2012 +1000
1.2 +++ b/android/AndroidManifest.xml Fri Mar 02 23:49:10 2012 +1000
1.3 @@ -2,8 +2,8 @@
1.4 <manifest xmlns:android="http://schemas.android.com/apk/res/android" package="org.lxdream">
1.5 <application android:label="@string/lxdream_activity">
1.6 <activity android:name="LxdreamActivity"
1.7 - android:theme="@android:style/Theme.NoTitleBar.Fullscreen"
1.8 android:launchMode="singleTask"
1.9 + android:theme="@android:style/Theme.Holo"
1.10 android:configChanges="orientation|keyboardHidden">
1.11 <intent-filter>
1.12 <action android:name="android.intent.action.MAIN" />
1.13 @@ -12,5 +12,5 @@
1.14 </activity>
1.15 </application>
1.16 <uses-feature android:glEsVersion="0x00020000"/>
1.17 - <uses-sdk android:minSdkVersion="8"/>
1.18 + <uses-sdk android:minSdkVersion="11"/>
1.19 </manifest>
.