Closed Odomhae closed 3 years ago
// 눌럿을때 ee값 공유 public void sendmsg(View view){
EditText ee = findViewById(R.id.edittext); Intent i = new Intent(Intent.ACTION_SEND); i.setType("text/plain"); i.putExtra(Intent.EXTRA_TEXT, ee.getText().toString()); if(getIntent().resolveActivity(getPackageManager()) !=null) { startActivity(i); } }
https://developers.facebook.com/docs/instagram/sharing-to-stories?locale=ko_KR#android----
https://developers.facebook.com/docs/instagram/sharing-to-feed
// 눌럿을때 ee값 공유 public void sendmsg(View view){