I am sure that this can be answered very easily. I just did not find the intent identifier for this job.
I want to show the localization settings page where the user can select "enable localization via Wi-Fi ..."
Intent intent = new Intent( ??? ); startActivity(intent);
This is what you are looking for:
Intent intent = new Intent(Settings.ACTION_LOCATION_SOURCE_SETTINGS); startActivity(intent);
Source: https://habr.com/ru/post/1770625/More articles:The method of passing argv [] to CreateProcess () is cDeSerializing JSON in C # - jsonLast-Modified does not work for .htaccess - http-headersC # how to implement a cycle with a time step - c #Javascript: getting a single property name - javascriptAVAudioSession does not work as described by Apple - objective-cПолучить значение из словаря без распаковки? - genericsOpenCV shows both incoming video and modified video in separate windows - cHow to add xml header to dom object - pythonCustom UITableViewCell and animation on setSelected: animated: - iosAll Articles