Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Is it possible to have 2 functional SMS apps on KitKat?

I have an SMS popup app, that basically just lets me do quick replies and a few other minor custom things when an SMS comes in. I still use the default SMS app for pretty much everything, but my SMS popup app has the ability to (obviously) send out an SMS, and to mark an incoming SMS as read. Howeverm with all the SMS changes in KitKat, my app can no longer mark a message as read. It just silently fails (because it's not set as the default app, and so it has no write access to the SMS provider).

The problem is that I can't set my app as the default one because that would basically disable the actual regular SMS app that I'm using. So, is there any way to make my app functional while leaving the regular SMS app as the default?

like image 468
user496854 Avatar asked Dec 02 '25 05:12

user496854


1 Answers

no it is not as explained in the Android Developers Blog only one app can write to the database as the default sms app

like image 114
tyczj Avatar answered Dec 05 '25 23:12

tyczj