15 |
15 |
16 <application |
16 <application |
17 android:allowBackup="true" |
17 android:allowBackup="true" |
18 android:icon="@drawable/ic_launcher" |
18 android:icon="@drawable/ic_launcher" |
19 android:label="@string/app_name" |
19 android:label="@string/app_name" |
20 android:name="com.europalab.Caldavsync" |
|
21 android:theme="@style/AppTheme" > |
20 android:theme="@style/AppTheme" > |
22 <service |
21 <service |
23 android:name="org.gege.caldavsyncadapter.syncadapter.SyncService" |
22 android:name="org.gege.caldavsyncadapter.syncadapter.SyncService" |
24 android:exported="true" > |
23 android:exported="true" > |
25 <intent-filter> |
24 <intent-filter> |