I would like to know how to detect what coding has been used for SENT SMS (in case I read it from "content://sms/sent"). I check all columns and I didn´t find any information about it there. Reason why I am looking for this is to know, how many messages has been sent. I believe when it is sent as: 160 GSM characters = 1 SMS ; 70 Unicode characters = 1 SMS
Columns: _id thread_id address person date date_sent protocol read status type reply_path_present subject body service_center locked error_code seen deletable hidden group_id group_type delivery_date app_id msg_id callback_number reserved pri teleservice_id link_url
Thank you for any help in advance.