here is my code for sending data by intent but i don\'t want open another activity i just want to send the data without opening it..
Bundle contain = new Bun
You probably want to use a Service not an activity.
Service
Read: http://developer.android.com/guide/components/fundamentals.html#Components