I\'d like to be able to read the system\'s SMS content provider. Basically I wanted to make an SMS messaging app, but it would only be useful if I could see past threads etc
Or you can do something like below:
for(String s : cursor.getColumnNames()){ Log.d("smsColumns", "Column: " + s); }