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.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
It’s in the Settings app source code, specifically:
It can be found on Github here: https://github.com/android/platform_packages_apps_settings/blob/master/src/com/android/settings/wifi/WifiSettings.java