On old android versions, work manager runs expedited jobs using FGS which seem to require a work notification as soon as the service starts by automatically calling getForegroundInfo method. This causes an exception as we haven't parsed the data yet. Use a generic download notification for such cases. Signed-off-by: Aayush Gupta <aayushgupta219@gmail.com>