AndroidManifest.xml

branch
ICAL4J_EMBED_1
changeset 26
7f8920343fc3
parent 23
e1ea0f6a5a50
child 33
a6e06f8d463c
equal deleted inserted replaced
2:ab384232517d 3:7857090d2be6
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>

mercurial