Advertisement
Ankhwatcher

startservice

Jul 26th, 2013
124
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 0.18 KB | None | 0 0
  1. Intent i = new Intent(CaptureRouteActivity.this,
  2.                         ie.appz.shortestwalkingroute.gps.LocationService.class);
  3.                 i.putExtra("HIGHESTROUTE", highestRoute);
  4.                 startService(i);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement