2012-05-29 22 views

回答

-1

要回答這個問題,你可以嘗試一個實驗。只是擴展應用程序並將其記錄在onReceive()中:

Log.d(TAG, "Context is " + context.getClass().getName()); 
相關問題