Should I use Settings.System when writing our Android SDK for developers? -


we not develping applications. instead provide sdk developers. 1 service used our job apps integrated our sdk, have save "global settings".

i found android.provider.settings.system used in our project, means use settings.system.putstring() save , settings.system.getsring() read. however, there few developers using this.

i wondering if shouldn't use class, android forbidden use settings.system in next version? if safe?

it isn't forbidden, deprecate settings frequently. don't surprised if end needing write new code next version of android.


Comments

Popular posts from this blog

c# - Send Image in Json : 400 Bad request -

jquery - Fancybox - apply a function to several elements -

An easy way to program an Android keyboard layout app -