Where does Android store system settings such as WiFi networks?
android, settings
Solution
The settings database is located at `/data/data/com.android.providers.settings/databases/settings.db`. You cannot access it unless you have root.
Problem
Can't find the databases with the system settings on my device. Where are they located?