|
1 | 1 | <manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
2 | 2 | package="fr.free.nrw.commons"
|
3 |
| - android:versionCode="17" |
4 |
| - android:versionName="1.2" > |
| 3 | + android:versionCode="18" |
| 4 | + android:versionName="1.3" > |
5 | 5 |
|
6 | 6 | <uses-sdk
|
7 | 7 | android:minSdkVersion="9"
|
|
82 | 82 | android:label="@string/title_activity_settings"
|
83 | 83 | />
|
84 | 84 | <activity android:name=".AboutActivity" android:label="@string/title_activity_about"/>
|
85 |
| - <activity android:name=".campaigns.CampaignActivity" android:label="Campaigns" |
86 |
| - android:icon="@drawable/ic_launcher" |
87 |
| - > |
88 |
| - <intent-filter> |
89 |
| - <action android:name="android.intent.action.MAIN"/> |
90 |
| - <category android:name="android.intent.category.LAUNCHER"/> |
91 |
| - </intent-filter> |
92 |
| - </activity> |
93 | 85 |
|
94 | 86 | <service android:name=".upload.UploadService" >
|
95 | 87 | </service>
|
|
105 | 97 | android:name="android.accounts.AccountAuthenticator"
|
106 | 98 | android:resource="@xml/authenticator" />
|
107 | 99 | </service>
|
108 |
| - <service |
109 |
| - android:name=".campaigns.CampaignsSyncService" |
110 |
| - android:exported="true"> |
111 |
| - <intent-filter> |
112 |
| - <action |
113 |
| - android:name="android.content.SyncAdapter" /> |
114 |
| - </intent-filter> |
115 |
| - <meta-data |
116 |
| - android:name="android.content.SyncAdapter" |
117 |
| - android:resource="@xml/campaigns_sync_adapter" /> |
118 |
| - </service> |
| 100 | + |
119 | 101 | <service
|
120 | 102 | android:name=".contributions.ContributionsSyncService"
|
121 | 103 | android:exported="true">
|
|
147 | 129 | android:authorities="fr.free.nrw.commons.contributions.contentprovider"
|
148 | 130 | android:exported="false">
|
149 | 131 | </provider>
|
150 |
| - <provider |
151 |
| - android:name=".campaigns.CampaignsContentProvider" |
152 |
| - android:label="@string/provider_campaigns" |
153 |
| - android:syncable="true" |
154 |
| - android:authorities="fr.free.nrw.commons.campaigns.contentprovider" |
155 |
| - android:exported="false"> |
156 |
| - </provider> |
| 132 | + |
157 | 133 | <provider
|
158 | 134 | android:name=".modifications.ModificationsContentProvider"
|
159 | 135 | android:label="@string/provider_modifications"
|
|
0 commit comments