I am developing the chat application.I want to show the pop up view when some one send message to user like this http://code.google.com/p/android-smspopup/. there is also re
Just added
android.permission.SYSTEM_ALERT_WINDOW
permission in manifest and now i can able to show alert from service.