Advertisement
Ankhwatcher

Launch Service

Apr 6th, 2012
118
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 0.19 KB | None | 0 0
  1. context = getApplicationContext();
  2.                 Intent i = new Intent(context, ie.appz.shortestwalkingroute.gps.LocationService.class);
  3.                 i.putExtra("HIGHESTROUTE", highestRoute);
  4.                 startService(i);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement