// サービスを開始する Intent i = new Intent(this, android2.study.yohei.MyService.class); startService(i); // サービスの停止する Intent i = new Intent(this, android2.study.yohei.MyService.class); stopService(i);
0 件のコメント:
コメントを投稿