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.
友よ、サラーム
アプリから携帯電話の位置情報サービスをオフにするために使用できる特定のコードはありますか?
よろしく、タレク・アル・アカルベ </p>
実際には、デバイスの設定を直接いじることはできません。あなたができることは、ユーザーが必要なものをオン/オフできるように、アプリを介して位置情報設定インテントを開始することだけです
Intent intent = new Intent(Settings.ACTION_LOCATION_SOURCE_SETTINGS); startActivity(intent);