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.
我想从我的 android 应用程序列出并启动安装在我的 android 设备上的应用程序。这可能吗?
你应该试试这段代码
Intent intent = getPackageManager().getLaunchIntentForPackage("com.android.package"); startActivity(intent );