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(); intent.setAction(Intent.ACTION_VIEW); intent.setClassName("com.android.settings", "com.android.settings.ApnSettings"); startActivity(intent);