Android Question Intercept a download from Chrome and start my app?

LA3QMA

Member
Licensed User
Longtime User
Using Chrome on an external web i'm exporting a file to csv.

Is it possible to intercept when a file is downloaded, check the filename and based on this automatic open a spessific app?

Or should i create my app as an service to check for this file and then open the UI ??
 

DonManfred

Expert
Licensed User
Longtime User
Is it possible to intercept when a file is downloaded, check the filename and based on this automatic open a spessific app?
No
Or should i create my app as an service to check for this file and then open the UI ?
I guess you should do something similar...
 
Upvote 0
Top