CopyPastor

Detecting plagiarism made easy.

Score: 0.8275767148551294; Reported for: String similarity Open both answers

Possible Plagiarism

Plagiarized on 2012-03-18
by Aashish Bhatnagar

Original Post

Original - Posted on 2012-03-12
by Pratik Sharma



            
Present in both answers; Present only in the new answer; Present only in the old answer;

Intent smsIntent = new Intent(Intent.ACTION_VIEW); smsIntent.setType("vnd.android-dir/mms-sms"); smsIntent.putExtra("address", "838255"); smsIntent.putExtra("sms_body",""); startActivity(smsIntent);

try this code this works fine
Intent smsIntent = new Intent(Intent.ACTION_VIEW); smsIntent.setType("vnd.android-dir/mms-sms"); smsIntent.putExtra("address", "12125551212"); smsIntent.putExtra("sms_body","Body of Message"); startActivity(smsIntent);

        
Present in both answers; Present only in the new answer; Present only in the old answer;