I’m making an Android program. It’s SMS related. I have an HTC and since UI has secure box option to move SMS, I want to “move” to this folder in my program. Does anyone know how to do that? And of course validate if this feature exists before trying to move?
Share
I figure it out. You need to update the SMS database and update the
htc_categorycolumn to 1.Just use contentResolver and uri
content//sms/(like update read sms) and just update that column too.