AndroidManifest.xml

changeset 28
80b1a8c857bb
parent 23
e1ea0f6a5a50
child 31
fa9cb0e70440
equal deleted inserted replaced
2:ab384232517d 4:6f7aa6b4d871
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