Update status bar icon
This commit is contained in:
parent
0ae6c02f65
commit
467da92d3e
5 changed files with 1 additions and 1 deletions
BIN
OsmAnd/res/drawable-hdpi/bgs_icon_drive.png
Normal file
BIN
OsmAnd/res/drawable-hdpi/bgs_icon_drive.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.5 KiB |
BIN
OsmAnd/res/drawable-mdpi/bgs_icon_drive.png
Normal file
BIN
OsmAnd/res/drawable-mdpi/bgs_icon_drive.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.3 KiB |
BIN
OsmAnd/res/drawable-xhdpi/bgs_icon_drive.png
Normal file
BIN
OsmAnd/res/drawable-xhdpi/bgs_icon_drive.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.7 KiB |
BIN
OsmAnd/res/drawable-xxhdpi/bgs_icon_drive.png
Normal file
BIN
OsmAnd/res/drawable-xxhdpi/bgs_icon_drive.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 2.2 KiB |
|
@ -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),
|
||||
|
|
Loading…
Reference in a new issue