Skip to content
Advertisement

how to get all the apps that can open file to arrayList

how i can get all the apps that can open file to ArrayList? i am using this code to open file:-

JavaScript

preview

Advertisement

Answer

intead of calling startActivity just use queryIntentActivities

JavaScript

you can also try with MATCH_ALL flag or whatever you need. more to inspect in DOC

User contributions licensed under: CC BY-SA
3 People found this is helpful
Advertisement