|
|
@ -151,7 +151,6 @@ public class BridgeProvider extends ContentProvider {
|
|
|
|
return matrixCursor;
|
|
|
|
return matrixCursor;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
private int importPrivateKey(Uri uri, ContentValues values) {
|
|
|
|
private int importPrivateKey(Uri uri, ContentValues values) {
|
|
|
|
String cert = values.containsKey("cert") ? values.getAsString("cert") : null;
|
|
|
|
String cert = values.containsKey("cert") ? values.getAsString("cert") : null;
|
|
|
|
String path = values.containsKey("path") ? values.getAsString("path") : null;
|
|
|
|
String path = values.containsKey("path") ? values.getAsString("path") : null;
|
|
|
|