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);
そこからコントロールはそのアプリに行くので、何らかの効果を与えたい場合は、ターゲットアプリで行う必要があります