How do I call, to start off my service.
I m writing it in this way....fails to work.
Intent intent = new Intent();
intent.setClassName("com.test.dev","com.test.dev.MyService"); // My
service class which is in different application
startService(intent);
./bhavya
--
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en