diff --git a/apps/android/boot.js b/apps/android/boot.js index 32f4a9025..1361704a4 100644 --- a/apps/android/boot.js +++ b/apps/android/boot.js @@ -178,6 +178,8 @@ event.id="nav"; if (event.instr) { event.t="add"; + event.src="maps"; // for the icon + event.title="Navigation"; } else { event.t="remove"; }