mirror of
https://github.com/moparisthebest/open-keychain
synced 2024-11-23 17:22:16 -05:00
Remve cacheing of keyrings (cleanup of #726)
This commit is contained in:
parent
6ab19ca363
commit
acbf2a1861
@ -523,11 +523,6 @@ public class KeychainIntentService extends IntentService
|
|||||||
|
|
||||||
Intent importIntent = new Intent(this, KeychainIntentService.class);
|
Intent importIntent = new Intent(this, KeychainIntentService.class);
|
||||||
importIntent.setAction(ACTION_IMPORT_KEYRING);
|
importIntent.setAction(ACTION_IMPORT_KEYRING);
|
||||||
|
|
||||||
// TODO: don't use FileImportCache
|
|
||||||
// externalize import key into function
|
|
||||||
FileImportCache cache = new FileImportCache(this);
|
|
||||||
cache.writeCache(keyRings);
|
|
||||||
Bundle importData = new Bundle();
|
Bundle importData = new Bundle();
|
||||||
// This is not going through binder, nothing to fear of
|
// This is not going through binder, nothing to fear of
|
||||||
importData.putParcelableArrayList(IMPORT_KEY_LIST, keyRings);
|
importData.putParcelableArrayList(IMPORT_KEY_LIST, keyRings);
|
||||||
|
Loading…
Reference in New Issue
Block a user