How to write in Local MMS DB Kitkat after receiving it?

In the KitKat version for Android, how do you write an MMS message to the local MMS database after receiving it (after you made your application a standard SMS application)? The documentation and update blogs explain how to receive an MMS message, but I cannot find any information on how to write this received MMS to a local MMS database.

Has anyone got this to work?

+4
source share
1 answer

You can no longer write to the database (unless you are using the default application). You need to use the new SMS and API provider. See documents

+2

All Articles