Android how to download something WITHOUT showing any notification or notifying the user -


i want download file using downloadmanager don't want show notifications. think term silent downloading. appreciated.

method 1:

you can use intentservice downloading files without notification.

you can refer link

method :2

also can use broadcastreceiver used capture network state changing, reboot, etc. can start download there.

method 3:

use asynktask downloading file @ background