Update status bar icon

This commit is contained in:
Victor Shcherb 2015-06-09 02:08:24 +02:00
parent 0ae6c02f65
commit 467da92d3e
5 changed files with 1 additions and 1 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.2 KiB

View file

@ -119,7 +119,7 @@ public class MapActivity extends AccessibleActivity {
private Notification getNotification() {
Intent notificationIndent = new Intent(this, getMyApplication().getAppCustomization().getMapActivity());
notificationIndent.setFlags(Intent.FLAG_ACTIVITY_CLEAR_TOP);
Notification notification = new Notification(R.drawable.icon, "", //$NON-NLS-1$
Notification notification = new Notification(R.drawable.bgs_icon_drive, "", //$NON-NLS-1$
System.currentTimeMillis());
notification.flags |= Notification.FLAG_AUTO_CANCEL;
notification.setLatestEventInfo(this, Version.getAppName(app), getString(R.string.go_back_to_osmand),