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.
我想打开一个 .ics 文件并且我想确保特定的应用程序应该使用意图来做到这一点
打开另一个应用程序:
Intent LaunchIntent = getPackageManager().getLaunchIntentForPackage("package.name.of.destination.app"); startActivity(LaunchIntent);
在那里形成控件转到该应用程序,因此如果您想提供一些效果,则必须在目标应用程序中进行