Standard icon with animation for downloading maps notification.
This commit is contained in:
parent
6a9348eab7
commit
918cc3f25b
1 changed files with 1 additions and 1 deletions
|
@ -124,7 +124,7 @@ public class DownloadIndexesThread {
|
|||
}
|
||||
contentText.append(i.getVisibleName(app, app.getRegions()));
|
||||
}
|
||||
bld.setContentTitle(msg).setSmallIcon(R.drawable.ic_action_import).
|
||||
bld.setContentTitle(msg).setSmallIcon(android.R.drawable.stat_sys_download).
|
||||
setContentText(contentText.toString()).
|
||||
setContentIntent(contentPendingIntent).setOngoing(true);
|
||||
int progress = getCurrentDownloadingItemProgress();
|
||||
|
|
Loading…
Reference in a new issue