This is a temporary fix to a crash during repo update due to screen rotation
This commit is contained in:
parent
2de6a41447
commit
445b273b36
@ -6,7 +6,7 @@
|
|||||||
android:icon="@drawable/icon">
|
android:icon="@drawable/icon">
|
||||||
<uses-sdk android:minSdkVersion="3" />
|
<uses-sdk android:minSdkVersion="3" />
|
||||||
|
|
||||||
<activity android:name="FDroid">
|
<activity android:name="FDroid" android:configChanges="orientation">
|
||||||
<intent-filter>
|
<intent-filter>
|
||||||
<action android:name="android.intent.action.MAIN" />
|
<action android:name="android.intent.action.MAIN" />
|
||||||
<category android:name="android.intent.category.LAUNCHER" />
|
<category android:name="android.intent.category.LAUNCHER" />
|
||||||
|
Loading…
x
Reference in New Issue
Block a user