]> git.lizzy.rs Git - dragonfireclient.git/blobdiff - src/porting_android.h
Android: Add support for sharing debug.txt (#12370)
[dragonfireclient.git] / src / porting_android.h
index 23981592265f50b5da30dff92c3febb4d1d7b97e..265825fbd8960f9e3fb88aa698bdbff2155c41dd 100644 (file)
@@ -60,6 +60,13 @@ void showInputDialog(const std::string &acceptButton,
 
 void openURIAndroid(const std::string &url);
 
+/**
+ * Opens a share intent to the file at path
+ *
+ * @param path
+ */
+void shareFileAndroid(const std::string &path);
+
 /**
  * WORKAROUND for not working callbacks from java -> c++
  * get current state of input dialog