I\'m building a small Android application, but this is more of a Java question than an android question. Looking through the tutorials there are lines that look like:
Yes, MyService.class returns a Class object that represents the class MyService. The Intent uses it to identify which Service or Activity you're intending to start.