Use handler with messenger instead of Binder for communication between service and activity

This commit is contained in:
Dominik Schürmann
2013-09-08 22:52:38 +02:00
parent 8123fd6925
commit 5d7f8809fc
4 changed files with 212 additions and 202 deletions

View File

@@ -500,11 +500,6 @@
<intent-filter>
<action android:name="org.openintents.crypto.ICryptoService" />
</intent-filter>
<intent-filter>
<!-- Can only be used from OpenPGP Keychain (internal): -->
<action android:name="org.sufficientlysecure.keychain.crypto_provider.IServiceActivityCallback" />
</intent-filter>
<meta-data
android:name="api_version"