Where does Android support system settings such as WiFi networks?

Cannot find the database with system settings on my device. Where are they located?

+5
source share
2 answers

The settings database is located at /data/data/com.android.providers.settings/databases/settings.db. You cannot access it if you do not have root.

+5
source

Wi-Fi SSIDs and passwords are stored in / data / misc / wifi / wpa_supplicant.conf

+5
source

All Articles