An android package with only a content resolver work as bridge between android settings database provider and your app
About this project
Settings Database Provider Extend your Android app's capabilities by allowing seamless access to the settings database, even on newer Android versions. How it works The package contains only a Content Provider component, that works as a bridge between your app and the settings database. By targeting SDK level 22, the provider circumvents restrictions imposed on newer applications, allowing other apps to modify all system settings without targeting an outdated SDK level themselves and enabling broader functionality for system customization apps Installation and Usage Simply install the Settings Database Provider package. Other apps are responsible for detecting the provider and making use of it. Ignore any warnings about compatibility with older Android versions, that's totally fine. Or get the latest APK from the Releases Section. Grant Permission (Optional, but Important): For editing secure and global tables, after installation, there's a quick ADB command to grant provider the permission: Using PC with ADB Using LADB or Brevent For Android 14 Android 14 introduces restrictions on installing applications that target SDK levels lower than 23.
From the project README on
GitHub
- Stars
- 104
- Forks
- 18
- License
- Apache-2.0
- Last push
- 14 Apr 2024
Add this badge to your README
Show that your project is listed on Made in Algeria.
[](https://www.madeinalgeria.dev/projects/settings-database-provider)