This is a temporary fix to a crash during repo update due to screen rotation

This commit is contained in:
Ciaran Gultnieks 2011-01-27 00:20:35 +00:00
parent 2de6a41447
commit 445b273b36

View File

@ -6,7 +6,7 @@
android:icon="@drawable/icon">
<uses-sdk android:minSdkVersion="3" />
<activity android:name="FDroid">
<activity android:name="FDroid" android:configChanges="orientation">
<intent-filter>
<action android:name="android.intent.action.MAIN" />
<category android:name="android.intent.category.LAUNCHER" />