Before play video ask about the video player to play
问题 I have an app that plays video from internet, it works fine when there´s only one video player (the default one) but when there are more it fails. So what I want to do is before play the video ask about the player to play. I found this post "android-list of installed media players" but even if I do PackageManager packageManager = getPackageManager(); to get the instance the app fails This is the code protected void onCreate(Bundle savedInstanceState){ super.onCreate(savedInstanceState);