From f5723a4a30c2218c9784493f079a7cbc85122b40 Mon Sep 17 00:00:00 2001 From: Rom Walton Date: Tue, 12 Feb 2013 12:24:28 -0500 Subject: [PATCH] Android: Enable the package for debugging Android: Enable the use of landscape mode for viewing the UI --- android/BOINC/AndroidManifest.xml | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/android/BOINC/AndroidManifest.xml b/android/BOINC/AndroidManifest.xml index 00421b10ce..a854caf71f 100644 --- a/android/BOINC/AndroidManifest.xml +++ b/android/BOINC/AndroidManifest.xml @@ -21,7 +21,7 @@ package="edu.berkeley.boinc" android:versionCode="1" - android:versionName="1.0" > + android:versionName="7.1.0" > @@ -31,20 +31,19 @@ + android:allowBackup="true" + android:debuggable="true" > + android:label="@string/app_name" > - - +