MuntashirAkon / SetEdit

Open source version of the original Settings Database Editor
GNU General Public License v3.0
301 stars 38 forks source link

How every entry of new setting working technically behind and programmatically? #23

Closed Yuva-Andrez closed 1 year ago

MuntashirAkon commented 1 year ago

Nothing extra-ordinary. It uses android.provider.Settings class to manage settings, including creating new items. This class basically a front-end for the settings XML files stored in the data partition. The availability of a setting, it's value, etc. depend on Android version and vendor.