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