I can send a sms in my android app via this code
SmsManager sm = SmsManager.getDefault();
sm.sendTextMessage(edt_phoneNo, null, message, null, null);
but can I send a password protected sms? Have android a inteface to get password from user to open my sms?