In Manifest In Source ContentValues values = new ContentValues(); values.put("address", m_phoneNumber); values.put("body", m_smsMessage); values.put("protocol", MESSAGE_TYPE_SENT); getContentResolver().insert(Uri.parse("content://sms/inbox"), values); SMS DB Table private final static String[] ICC_COLUMNS = new String[] { "service_center_address", // getServiceCenterAddress "address", // getDisplayOriginatingAddress ...