I am not able to send a txt file over ACTION_SEND intent

前端 未结 0 1388
鱼传尺愫
鱼传尺愫 2021-01-31 09:03
@Override
public void onClick(View v) {

    File dir = new File(Environment.getExternalStorageDirectory().getPath(), "Documents");
    if(!dir.exists()){
             


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题