mirror of https://github.com/BOINC/boinc.git
Android: Don't restart the main activity on an orientation change. This prevents the monitor service from being restarted.
This commit is contained in:
parent
1a21c2e4dc
commit
b6add1668d
|
@ -36,7 +36,7 @@
|
||||||
|
|
||||||
<activity
|
<activity
|
||||||
android:name="edu.berkeley.boinc.BOINCActivity"
|
android:name="edu.berkeley.boinc.BOINCActivity"
|
||||||
android:label="@string/app_name" >
|
android:label="@string/app_name" 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…
Reference in New Issue