added preferences activity to iitcm...adds possibility to force desktop mode

This commit is contained in:
Philipp Schaefer
2013-03-29 13:16:31 +01:00
parent 4dbe4cc06b
commit 30f1f0e4ec
7 changed files with 118 additions and 28 deletions

View File

@ -2,7 +2,7 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.cradle.iitc_mobile"
android:versionCode="1"
android:versionName="0.2.3" >
android:versionName="0.2.4" >
<uses-sdk
android:minSdkVersion="14"
@ -33,6 +33,12 @@
<data android:host="www.ingress.com" android:scheme="http" android:pathPrefix="/intel"></data>
</intent-filter>
</activity>
<activity
android:name="com.cradle.iitc_mobile.IITC_Settings"
android:theme="@style/AppBaseTheme"
android:label="@string/app_name"
android:configChanges="orientation|keyboard|keyboardHidden|screenSize" >
</activity>
</application>
</manifest>