mirror of
https://github.com/deltachat/deltachat-android.git
synced 2025-10-06 11:59:58 +02:00
remove cmdline functionality, see https://github.com/deltachat/deltachat-android/issues/215
This commit is contained in:
parent
d9c316c8a6
commit
61482de5a5
3 changed files with 0 additions and 14 deletions
|
@ -93,7 +93,6 @@ public class DcContext {
|
|||
public native String getConfig (String key, String def);
|
||||
public native int getConfigInt (String key, int def);
|
||||
public native String getInfo ();
|
||||
public native String cmdline (String cmd);
|
||||
public native String initiateKeyTransfer ();
|
||||
public native boolean continueKeyTransfer (int msg_id, String setup_code);
|
||||
public native void imex (int what, String dir);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue