Restructure API lib folder to support Eclipse
This commit is contained in:
@@ -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>();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user