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);