优化代码

MQTTtest
Matthew 10 months ago
parent 92f61a3a4f
commit abecc6277a

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

Loading…
Cancel
Save