Android
2015年5月14日 星期四
【Android】傳參數給 service 及參數接收
Intent intent = new Intent();
System.out.println("start service from activity");
intent.setAction("markcool.hu.test.myService");
intent.putExtra("myArgs", "This is a test args!");
startService(intent);
沒有留言:
張貼留言
較新的文章
較舊的文章
首頁
訂閱:
張貼留言 (Atom)
沒有留言:
張貼留言