第一頁 返回 繼續 最後一頁 摘要 圖形

Service的寫法(一)

public int onStartCommand(Intent inte, int flag, int a)

{

return START_STICKY;

}