mirror of
https://github.com/commons-app/apps-android-commons.git
synced 2025-10-27 04:43:54 +01:00
Removes extra Campaigns shortcut
Removes extra Campaigns shortcut that is created when the app is installed
This commit is contained in:
parent
f0eb6a795b
commit
235d290252
1 changed files with 2 additions and 26 deletions
|
|
@ -82,14 +82,6 @@
|
||||||
android:label="@string/title_activity_settings"
|
android:label="@string/title_activity_settings"
|
||||||
/>
|
/>
|
||||||
<activity android:name=".AboutActivity" android:label="@string/title_activity_about"/>
|
<activity android:name=".AboutActivity" android:label="@string/title_activity_about"/>
|
||||||
<activity android:name=".campaigns.CampaignActivity" android:label="Campaigns"
|
|
||||||
android:icon="@drawable/ic_launcher"
|
|
||||||
>
|
|
||||||
<intent-filter>
|
|
||||||
<action android:name="android.intent.action.MAIN"/>
|
|
||||||
<category android:name="android.intent.category.LAUNCHER"/>
|
|
||||||
</intent-filter>
|
|
||||||
</activity>
|
|
||||||
|
|
||||||
<service android:name=".upload.UploadService" >
|
<service android:name=".upload.UploadService" >
|
||||||
</service>
|
</service>
|
||||||
|
|
@ -105,17 +97,7 @@
|
||||||
android:name="android.accounts.AccountAuthenticator"
|
android:name="android.accounts.AccountAuthenticator"
|
||||||
android:resource="@xml/authenticator" />
|
android:resource="@xml/authenticator" />
|
||||||
</service>
|
</service>
|
||||||
<service
|
|
||||||
android:name=".campaigns.CampaignsSyncService"
|
|
||||||
android:exported="true">
|
|
||||||
<intent-filter>
|
|
||||||
<action
|
|
||||||
android:name="android.content.SyncAdapter" />
|
|
||||||
</intent-filter>
|
|
||||||
<meta-data
|
|
||||||
android:name="android.content.SyncAdapter"
|
|
||||||
android:resource="@xml/campaigns_sync_adapter" />
|
|
||||||
</service>
|
|
||||||
<service
|
<service
|
||||||
android:name=".contributions.ContributionsSyncService"
|
android:name=".contributions.ContributionsSyncService"
|
||||||
android:exported="true">
|
android:exported="true">
|
||||||
|
|
@ -147,13 +129,7 @@
|
||||||
android:authorities="fr.free.nrw.commons.contributions.contentprovider"
|
android:authorities="fr.free.nrw.commons.contributions.contentprovider"
|
||||||
android:exported="false">
|
android:exported="false">
|
||||||
</provider>
|
</provider>
|
||||||
<provider
|
|
||||||
android:name=".campaigns.CampaignsContentProvider"
|
|
||||||
android:label="@string/provider_campaigns"
|
|
||||||
android:syncable="true"
|
|
||||||
android:authorities="fr.free.nrw.commons.campaigns.contentprovider"
|
|
||||||
android:exported="false">
|
|
||||||
</provider>
|
|
||||||
<provider
|
<provider
|
||||||
android:name=".modifications.ModificationsContentProvider"
|
android:name=".modifications.ModificationsContentProvider"
|
||||||
android:label="@string/provider_modifications"
|
android:label="@string/provider_modifications"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue