Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Source code for the Android Wi-Fi settings activity?

Looking through the massive android source code, anyone on here who know where exactly the above mentioned Activity is located? I would guess some place around

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

but I cannot find anything.

like image 346
Rasive Avatar asked Nov 27 '11 20:11

Rasive


1 Answers

It's in the Settings app source code, specifically:

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

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

like image 171
Alex Wang Avatar answered Nov 05 '22 15:11

Alex Wang