public class MainActivity extends Activity
下是
Intent intent = new Intent(MainActivity.this, MyService.class);
stopService(intent);
以及其他Activity都是這樣使用,可是如果是
public class MyView extends LinearLayout
這樣該怎麼使用呢,stopService會顯示Cannot resolve method stopService的情況,請教大神了><"