[android-developers] Re: Can not access to the system properties store?

2009-01-20 Thread Brian 1143
pps can't, and > this is probably one of them. We generally consider settings to be part of > the system, not an application. > > On Tue, Jan 20, 2009 at 6:34 PM, Brian 1143 wrote: > > > I am modifying the Settings application, and needing to access the &g

[android-developers] Can not access to the system properties store?

2009-01-20 Thread Brian 1143
I am modifying the Settings application, and needing to access the system properties. By using android.os.SystemProperties.get, I can read the system properties. However, I can not set the system properties back with android.os.SystemProperties.set. This function has no return and the system prope

[android-developers] How to get Content Resolver?

2009-01-20 Thread Brian 1143
I want to access android.provider.Settings so I need to have a Content Resolver. Does anyone know how to get a Content Resolver in frameworks/base/core/ java/android/os/Environment.java. Thanks. --~--~-~--~~~---~--~~ You received this message because you are subs