mirror of https://github.com/BOINC/boinc.git
Android: Enable the package for debugging
Android: Enable the use of landscape mode for viewing the UI
This commit is contained in:
parent
f6807efe18
commit
f5723a4a30
|
@ -21,7 +21,7 @@
|
|||
package="edu.berkeley.boinc"
|
||||
|
||||
android:versionCode="1"
|
||||
android:versionName="1.0" >
|
||||
android:versionName="7.1.0" >
|
||||
|
||||
<!-- specifiying target sdk changes the layout! android:targetSdkVersion="15" -->
|
||||
<uses-sdk android:minSdkVersion="9" />
|
||||
|
@ -31,20 +31,19 @@
|
|||
<application
|
||||
android:icon="@drawable/boinc"
|
||||
android:label="@string/app_name"
|
||||
android:allowBackup="false">
|
||||
android:allowBackup="true"
|
||||
android:debuggable="true" >
|
||||
|
||||
<activity
|
||||
android:name="edu.berkeley.boinc.BOINCActivity"
|
||||
android:label="@string/app_name"
|
||||
android:screenOrientation="portrait" >
|
||||
android:label="@string/app_name" >
|
||||
<intent-filter>
|
||||
<action android:name="android.intent.action.MAIN" />
|
||||
<category android:name="android.intent.category.LAUNCHER" />
|
||||
</intent-filter>
|
||||
</activity>
|
||||
<activity android:name=".LoginActivity" android:noHistory="true"/>
|
||||
<activity android:name=".StatusActivity" >
|
||||
</activity>
|
||||
<activity android:name=".StatusActivity" />
|
||||
<activity android:name=".TasksActivity" />
|
||||
<activity android:name=".TransActivity" />
|
||||
<activity android:name=".PrefsActivity" />
|
||||
|
|
Loading…
Reference in New Issue