Android: Don't restart the main activity on an orientation change. This prevents the monitor service from being restarted.

This commit is contained in:
Rom Walton 2013-02-18 12:44:51 -05:00 committed by Oliver Bock
parent 1a21c2e4dc
commit b6add1668d
1 changed files with 1 additions and 1 deletions

View File

@ -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" />