[android-developers] Bind Service between different APKs

2009-04-09 Thread Jorge Fonseca
*All*, How to bind a client to service if they are in different applications? I have a simple service running in a specific .apk and try to access it from OTHER .apk. I already declared permission in both manifest.xml: *Service*: *Client:* Every time i try to access the service, i get the fo

[android-developers] Intercept Incoming SMS

2009-03-25 Thread Jorge Fonseca
Hi All, Does anyone known if its possible to intercept incoming SMS to my app? Similar to PushRegister in JME. I try to BroadcastReceiver - works fine but the SMS also goes to Native Inbox app. Regards, Jorge. --~--~-~--~~~---~--~~ You received this message becaus