aboutsummaryrefslogtreecommitdiffstats
path: root/cgeo-calendar/AndroidManifest.xml
diff options
context:
space:
mode:
Diffstat (limited to 'cgeo-calendar/AndroidManifest.xml')
-rw-r--r--cgeo-calendar/AndroidManifest.xml11
1 files changed, 7 insertions, 4 deletions
diff --git a/cgeo-calendar/AndroidManifest.xml b/cgeo-calendar/AndroidManifest.xml
index 7c2d3a7..6d0ccbd 100644
--- a/cgeo-calendar/AndroidManifest.xml
+++ b/cgeo-calendar/AndroidManifest.xml
@@ -4,7 +4,9 @@
android:versionCode="2"
android:versionName="1.1" >
- <uses-sdk android:minSdkVersion="4" android:targetSdkVersion="13"/>
+ <uses-sdk
+ android:minSdkVersion="4"
+ android:targetSdkVersion="13" />
<uses-permission android:name="android.permission.READ_CALENDAR" />
<uses-permission android:name="android.permission.WRITE_CALENDAR" />
@@ -16,13 +18,14 @@
android:smallScreens="true" />
<application
+ android:allowBackup="false"
android:icon="@drawable/ic_launcher"
- android:label="@string/app_name" android:allowBackup="false">
+ android:label="@string/app_name" >
<activity
- android:label="@string/app_name"
android:name=".CalendarActivity"
+ android:label="@string/app_name"
android:theme="@android:style/Theme.Translucent.NoTitleBar" >
- <intent-filter >
+ <intent-filter>
<action android:name="cgeo.calendar.RESERVE" />
<category android:name="android.intent.category.DEFAULT" />