Android Intent Filter for Non-registered File Extension -



Android Intent Filter for Non-registered File Extension -

i trying set intent filter downloads app (in kit kat) open application when file appropriate extension selected.

the file extension not have associated mime type in android world.

i can app trigger on http download based on scheme , mime type offered web server. , can utilize file manager fine based off of extension. not downloads app. file manager list app handling file type , allows me take open file. downloads app toasts "can't open file".

what required create work?

android android-intent

Comments

Popular posts from this blog

Delphi change the assembly code of a running process -

json - Hibernate and Jackson (java.lang.IllegalStateException: Cannot call sendError() after the response has been committed) -

C++ 11 "class" keyword -