Is it Possible to set Default SMS application back to Messaging app in background or without using this code
Intent intent = new Intent(Telephony.Sms.Intents.ACTION_CHANGE_DEFAULT);
intent.putExtra(Telephony.Sms.Intents.EXTRA_PACKAGE_NAME, "vnd.android-dir/mms-sms");
startActivity(intent);