Currently there's a thread that updates the UI. It was reported that this solutions makes the application freeze, plus it introduces unnecessary overhead.
A ContentObserver allows the application to be notified when a new sms has been received or sent.
Currently there's a thread that updates the UI. It was reported that this solutions makes the application freeze, plus it introduces unnecessary overhead.
A ContentObserver allows the application to be notified when a new sms has been received or sent.