remove obvious sped cam reference from test button
This commit is contained in:
parent
3b230772b7
commit
7bc3a0ae62
1 changed files with 1 additions and 1 deletions
|
@ -155,7 +155,7 @@ public class TestVoiceActivity extends SherlockActivity {
|
|||
addButton(ll, "Arrive at your waypoint 'GPX point'", builder(p).arrivedAtWayPoint("GPX point"));
|
||||
addButton(ll, "You have been off the route for 1050m", builder(p).offRoute(1050));
|
||||
addButton(ll, "You are exceeding the speed limit", builder(p).speedAlarm());
|
||||
addButton(ll, "Attention (speed cam, bump...)", builder(p).attention("speed camera"));
|
||||
addButton(ll, "Attention, 'bump'", builder(p).attention("bump"));
|
||||
ll.forceLayout();
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue