So, I'm trying to access a db that does not belong to my app. I want to read and maybe write in the database responsible for the messaging storage (data/data/com.android.providers.telephony/databases/ mmssms.db). The problem is everywhere I search I'm told i cant access a database that does not belong to my application, so I'm trying to figure it out how can I solve this problem, I am root. Would be effective copy the database from the data directory and put it in my application's folder and then, after the management sent it back to the original file directory ? I guess it would not be the best option, i don't even know if this will work well. Please if anyone could give me the directions I'd be very pleased.
P.S: I read somewhere you can do it using content providers, is that a possible solution ? Thanks Rodrigo Ferreira -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

