aboutsummaryrefslogtreecommitdiffstats
path: root/AndroidManifest.xml
diff options
context:
space:
mode:
authorThialfihar <thialfihar@gmail.com>2010-06-03 16:17:55 +0000
committerThialfihar <thialfihar@gmail.com>2010-06-03 16:17:55 +0000
commit600b44b9fcaeb1858664ad7e9edf459b3060913d (patch)
tree1bbc3cbc37a9c7c44bf3cb998cd998745ed1819e /AndroidManifest.xml
parent371dc31b97621fabed643d75157222f98de30fbc (diff)
downloadopen-keychain-600b44b9fcaeb1858664ad7e9edf459b3060913d.tar.gz
open-keychain-600b44b9fcaeb1858664ad7e9edf459b3060913d.tar.bz2
open-keychain-600b44b9fcaeb1858664ad7e9edf459b3060913d.zip
added a service to handle the caching, this'll ensure the cache works while no activity is around, which is better for k9mail integration
it also is a more efficient and much smarter cache, not requiring an own timer thread, just a service that sleeps must of the time, it also is more accurate in cleaning up the entries, ensuring that the worst case of too late removal is 5 seconds
Diffstat (limited to 'AndroidManifest.xml')
-rw-r--r--AndroidManifest.xml2
1 files changed, 2 insertions, 0 deletions
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index 0596fc9a4..de5869988 100644
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -128,6 +128,8 @@
android:label="@string/title_preferences"
android:configChanges="keyboardHidden|orientation|keyboard"/>
+ <service android:name=".Service" />
+
<provider
android:readPermission="org.thialfihar.android.apg.permission.READ_KEY_DETAILS"
android:name="org.thialfihar.android.apg.provider.DataProvider"