Show Download Progress In Notification Bar Android

As the title says, I've noticed that the download progress in the notification bar and the progress in the Play Store shows different progresses. Screenshot:

  1. Show Download Progress In Notification Bar Android App
  2. Show Download Progress In Notification Bar Android Phone
  • In this example we’ll show you how to display progress notification in Android using NotificationManager class. For the sake of simplicity the below example shows an simple AsyncTask that does the background operation and update the progress bar displayed on android notification area.
  • Here's the step-by-step tutorial with pictures: [Fix] Download Progress not Showing in Android Notification Bar Or if you're busy reading the long tutorial, try the below steps. First of all, go to Settings and search for ‘Data Transfer Tool.

My question is why does this happen? Is this a bug?

Also, when the download progress in the notification bar reaches 100%, the progress in the Play Store jumps to 100% and the app I'm updating gets updated.

When the user starts to download it, a status bar notification is created. This displays the progress of the download in real time. My only concern is that the phone slows down almost too much.

Download
Firelord
SpikatrixSpikatrix

Show Download Progress In Notification Bar Android App

2 Answers

I'm quite sure that this is based on the fact that updates aren't loaded fully but in parts. The notification bar then shows the progress only for what is really being downloaded, the Play Store itself shows the progress for the entire app.

Florent AndersFlorent Anders

You could try wiping the data of the play store. It happened to me on my Galaxy S2, which ran CM. Wiping the data of the app did the trick for my phone, could work for your device.

Dhruvil MehtaDhruvil Mehta
Progress

Show Download Progress In Notification Bar Android Phone

Not the answer you're looking for? Browse other questions tagged google-play-storedownload-manager or ask your own question.

Comments are closed.