AndroidManifest.xml

branch
ICAL4J_EMBED_1
changeset 24
b9b0fbab11a4
parent 2
dee028db6e9b
child 26
7f8920343fc3
child 28
80b1a8c857bb
equal deleted inserted replaced
1:2ce2743283f2 2:ab384232517d
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"
20 android:theme="@style/AppTheme" > 21 android:theme="@style/AppTheme" >
21 <service 22 <service
22 android:name="org.gege.caldavsyncadapter.syncadapter.SyncService" 23 android:name="org.gege.caldavsyncadapter.syncadapter.SyncService"
23 android:exported="true" > 24 android:exported="true" >
24 <intent-filter> 25 <intent-filter>

mercurial