forum

Home / DeveloperSection / Forums / Android Application Crashing Issue

Android Application Crashing Issue

Kyle Flores 1796 23-Jan-2017
Hi, Being a learner. I am here to participate just like other Mobile Development Blogs to enhance my knowledge regarding Android Programming & I would like to know that "my code sample below crash the application? How would we can modify the code to avoid this problem?", which has become difficult to debug. I hope any tech developer help me in resolving this issue 

Intent sendIntent = new Intent();
sendIntent.setAction(Intent.ACTION_SEND);
sendIntent.putExtra(Intent.EXTRA_TEXT, textMessage);
sendIntent.setType(HTTP.PLAIN_TEXT_TYPE); // "text/plain" MIME type
startActivity(sendIntent);

Updated on 27-Jun-2023

Can you answer this question?


Answer

1 Answers

Liked By