add GPS signal recovered test button

This commit is contained in:
sonora 2013-10-27 14:33:41 +01:00
parent e209748ea6
commit 5fda2e00b2

View file

@ -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();