Merge pull request #448 from AlexanderS/lint-fixes

use correct LongSparseArray for minimum api level
This commit is contained in:
Dominik Schürmann 2014-03-19 15:41:15 +01:00
commit 41fda151dc

View File

@ -26,7 +26,7 @@ import android.content.Intent;
import android.content.IntentFilter;
import android.os.*;
import android.util.Log;
import android.util.LongSparseArray;
import android.support.v4.util.LongSparseArray;
import org.spongycastle.openpgp.PGPException;
import org.spongycastle.openpgp.PGPPrivateKey;
import org.spongycastle.openpgp.PGPSecretKey;