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);

沒有留言:

張貼留言