mirror of
https://github.com/moparisthebest/open-keychain
synced 2024-11-23 17:22:16 -05:00
Manifest cleanup
This commit is contained in:
parent
7f2a89e125
commit
dbcb7a9e10
@ -656,6 +656,10 @@
|
|||||||
android:name="android.support.PARENT_ACTIVITY"
|
android:name="android.support.PARENT_ACTIVITY"
|
||||||
android:value=".ui.MainActivity" />
|
android:value=".ui.MainActivity" />
|
||||||
</activity>
|
</activity>
|
||||||
|
<activity
|
||||||
|
android:name=".ui.LogDisplayActivity"
|
||||||
|
android:configChanges="orientation|screenSize|keyboardHidden|keyboard"
|
||||||
|
android:label="@string/title_log_display" />
|
||||||
<activity
|
<activity
|
||||||
android:name=".ui.ConsolidateDialogActivity"
|
android:name=".ui.ConsolidateDialogActivity"
|
||||||
android:theme="@android:style/Theme.NoDisplay" />
|
android:theme="@android:style/Theme.NoDisplay" />
|
||||||
@ -743,13 +747,10 @@
|
|||||||
</intent-filter>
|
</intent-filter>
|
||||||
</service>
|
</service>
|
||||||
|
|
||||||
<activity
|
<!-- Contact Sync services -->
|
||||||
android:name=".ui.LogDisplayActivity"
|
<service
|
||||||
android:configChanges="orientation|screenSize|keyboardHidden|keyboard"
|
android:name=".service.DummyAccountService"
|
||||||
android:label="@string/title_log_display"
|
tools:ignore="ExportedService">
|
||||||
android:exported="false" />
|
|
||||||
|
|
||||||
<service android:name=".service.DummyAccountService">
|
|
||||||
<intent-filter>
|
<intent-filter>
|
||||||
<action android:name="android.accounts.AccountAuthenticator" />
|
<action android:name="android.accounts.AccountAuthenticator" />
|
||||||
</intent-filter>
|
</intent-filter>
|
||||||
@ -761,7 +762,8 @@
|
|||||||
<service
|
<service
|
||||||
android:name=".service.ContactSyncAdapterService"
|
android:name=".service.ContactSyncAdapterService"
|
||||||
android:exported="true"
|
android:exported="true"
|
||||||
android:process=":sync">
|
android:process=":sync"
|
||||||
|
tools:ignore="ExportedService">
|
||||||
<intent-filter>
|
<intent-filter>
|
||||||
<action android:name="android.content.SyncAdapter" />
|
<action android:name="android.content.SyncAdapter" />
|
||||||
</intent-filter>
|
</intent-filter>
|
||||||
@ -774,6 +776,7 @@
|
|||||||
android:resource="@xml/custom_pgp_contacts_structure" />
|
android:resource="@xml/custom_pgp_contacts_structure" />
|
||||||
</service>
|
</service>
|
||||||
|
|
||||||
|
<!-- Storage Provider for temporary decrypted files -->
|
||||||
<provider
|
<provider
|
||||||
android:name=".provider.TemporaryStorageProvider"
|
android:name=".provider.TemporaryStorageProvider"
|
||||||
android:authorities="org.sufficientlysecure.keychain.tempstorage"
|
android:authorities="org.sufficientlysecure.keychain.tempstorage"
|
||||||
|
Loading…
Reference in New Issue
Block a user