Source code for Android Wi-Fi settings activity?

Looking through the massive Android source code, who is here, who knows exactly where the above activity is located? I would suggest some place around

 platform_frameworks_base / tree / master / core / java / android / app

but I can’t find anything.

+8
android settings
source share
1 answer

In the source code of the settings application, in particular:

platform_packages_apps_settings/src/com/android/settings/wifi/WifiSettings.java 

Here can be found on Github: https://github.com/android/platform_packages_apps_settings/blob/master/src/com/android/settings/wifi/WifiSettings.java

+13
source share

All Articles