mirror of
https://github.com/nerzhul/ownCloud-SMS-App.git
synced 2025-06-22 23:36:34 +00:00
Cleanup AndroidManifest
This commit is contained in:
parent
99a750b98d
commit
b3f43ce1f5
@ -59,28 +59,6 @@
|
|||||||
android:label="@string/pref_title_sync" >
|
android:label="@string/pref_title_sync" >
|
||||||
</provider>
|
</provider>
|
||||||
|
|
||||||
<!--
|
|
||||||
<service
|
|
||||||
android:name=".sync_adapters.SmsSlowSyncService"
|
|
||||||
android:exported="true"
|
|
||||||
android:process=":sync">
|
|
||||||
<intent-filter>
|
|
||||||
<action android:name="android.content.SyncAdapter" />
|
|
||||||
</intent-filter>
|
|
||||||
|
|
||||||
<meta-data
|
|
||||||
android:name="android.content.SyncAdapter"
|
|
||||||
android:resource="@xml/slow_sync_adapter" />
|
|
||||||
</service>
|
|
||||||
|
|
||||||
<provider
|
|
||||||
android:name=".providers.SmsDataProvider"
|
|
||||||
android:label="@string/pref_title_slow_sync"
|
|
||||||
android:authorities="@string/slowsync_account_authority">
|
|
||||||
</provider>
|
|
||||||
-->
|
|
||||||
|
|
||||||
|
|
||||||
<!-- Related to Login -->
|
<!-- Related to Login -->
|
||||||
<service android:name=".authenticators.OwnCloudAuthenticatorService" >
|
<service android:name=".authenticators.OwnCloudAuthenticatorService" >
|
||||||
<intent-filter>
|
<intent-filter>
|
||||||
@ -124,12 +102,6 @@
|
|||||||
<category android:name="android.intent.category.LAUNCHER" />
|
<category android:name="android.intent.category.LAUNCHER" />
|
||||||
</intent-filter>
|
</intent-filter>
|
||||||
</activity>
|
</activity>
|
||||||
<!--
|
|
||||||
<activity
|
|
||||||
android:name=".MainActivity2"
|
|
||||||
android:label="@string/title_activity_main_activity2" >
|
|
||||||
</activity>
|
|
||||||
-->
|
|
||||||
<activity
|
<activity
|
||||||
android:name=".activities.remote_account.ContactListActivity"
|
android:name=".activities.remote_account.ContactListActivity"
|
||||||
android:label="@string/title_activity_select_contact" >
|
android:label="@string/title_activity_select_contact" >
|
||||||
|
Loading…
x
Reference in New Issue
Block a user