This commit is contained in:
hyb1996
2017-12-31 19:27:07 +08:00
parent 55ea745d57
commit c0dde41fc1
3 changed files with 4 additions and 4 deletions

View File

@@ -139,7 +139,7 @@ public class Scripts {
.setType("text/plain")
.putExtra(Intent.EXTRA_STREAM, Uri.fromFile(file)),
App.getApp().getString(R.string.text_send)
));
).addFlags(Intent.FLAG_ACTIVITY_NEW_TASK));
}
}