Hello,

  1.  In my android project I created Service for my module using 
SystemService.java located in   
  
        "frameworks/base/services/java/com/android/server" I registered my 
service in SystemServce this service is triggered by android system. 

2.   For module I created  a manager class in 
framework/base/core/java/android/MyManager.java.

     Now my problem is pass a data from Service to App layer through a 
MyManager.java . How to pass data?. I am trying to send data using 
sendBroadcast API, but it is throwing error saying  sendBroadcast not found.

     Can anyone help me solve this problem.

Thanks

-- 
-- 
unsubscribe: [email protected]
website: http://groups.google.com/group/android-porting

--- 
You received this message because you are subscribed to the Google Groups 
"android-porting" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to