Thanks for Mark Murphy response for My development is not base on SDK but all android source code ,so I can use this interface .
2009/8/30 Mark Murphy <[email protected]> > > star double wrote: > > I encounter a problem when use the interface of SystemProperties.set > > (String key , String value) . for instance , when I set a value by > > SystemProperties.set(String key , String value) ,and then I can not > > get the value I set just now ,but it still return the original value > > by SystemProperties.get(String key, String value) ,it mean that what I > > set can not be updated at once . it will be updated for a moment. > > even any one meet such problem ? thanks for all of you ! > > There is no class named SystemProperties in the Android SDK. > > -- > Mark Murphy (a Commons Guy) > http://commonsware.com | http://twitter.com/commonsguy > > _Android Programming Tutorials_ Version 1.0 In Print! > > > > --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

