Restructure API lib folder to support Eclipse

This commit is contained in:
Dominik Schürmann
2014-02-15 17:09:21 +01:00
parent a76169c39e
commit 2b98f2a0d7
24 changed files with 29 additions and 5 deletions

View File

@@ -289,7 +289,7 @@ public class OpenPgpProviderActivity extends Activity {
}
private void selectCryptoProvider() {
Intent intent = new Intent(IOpenPgpService.class.getName());
Intent intent = new Intent(OpenPgpConstants.SERVICE_INTENT);
final ArrayList<OpenPgpProviderElement> providerList = new ArrayList<OpenPgpProviderElement>();