add GPS signal recovered test button
This commit is contained in:
parent
e209748ea6
commit
5fda2e00b2
1 changed files with 1 additions and 0 deletions
|
@ -161,6 +161,7 @@ public class TestVoiceActivity extends SherlockActivity {
|
|||
|
||||
addButton(ll, "Attention, 'bump'", builder(p).attention("bump"));
|
||||
addButton(ll, "GPS signal lost", builder(p).gpsLocationLost());
|
||||
addButton(ll, "GPS signal recovered", builder(p).gpsLocationRecover());
|
||||
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());
|
||||
ll.forceLayout();
|
||||
|
|
Loading…
Reference in a new issue