[android-developers] Change application preferences programmaticaly

2010-07-26 Thread Andrea Rota
Hello all, I have been looking for a method to change the default SMS application's preference programmatically. I found that those preferences are stored as shared preferences, probably in data/data/com.android.sms/something.xml, but I am not able to get to that directory since I haven't rooted

Re: [android-developers] Change application preferences programmaticaly

2010-07-26 Thread Mark Murphy
On Mon, Jul 26, 2010 at 3:05 AM, Andrea Rota andrearota37...@gmail.com wrote: I have been looking for a method to change the default SMS application's preference programmatically. First, there is no single defalut SMS application. Each device may have different ones. Second, the AOSP Messaging