How To Pass Data From Broadcast To Service?
hello guys can any one tell me how to send data from broad cast to service and how to receive this data inside the service class because it dose not work with me shuld i receive i
Solution 1:
replace
data=intent.getStringExtra("Phone");
to data=intent.getStringExtra("Data");
Post a Comment for "How To Pass Data From Broadcast To Service?"