use correct LongSparseArray for minimum api level

This commit is contained in:
Alexander Sulfrian 2014-03-19 03:32:09 +01:00 committed by Alexander Sulfrian
parent 9d60224980
commit 69d26496a2

View File

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