Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
インテントを使用してユーザーを [設定] -> [位置情報] に移動させることは可能ですか?
これは私が行きたい画面です:
これを試して:
Intent intent= new Intent(android.provider.Settings.ACTION_LOCATION_SOURCE_SETTINGS); startActivity(intent);