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
Post a Comment