Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

Hello everyone I have a question... I'm trying to make my sms faker app, and I can insert the fake sms into the inbox but I cant trigger the notification about the new sms... anyone know how can I trigger it?

share|improve this question
1  
Stack Overflow is intended as a place to present code that you have researched, written, and attempted to debug. Useful questions have relevant code samples and detailed error messages. You only seem to ask: "How do I do it?" – Sam May 13 '12 at 15:43
@Sam - That's a bit narrow-minded, since not everything related to coding is code. This kind of question is fine under the stackoverflow.com/faq. – derekerdmann May 13 '12 at 19:46
1  
@derekerdmann Perhaps my tone sounds harsh. I do not wish to discourage Theter's participation. Though to quote the FAQ, "the best Stack Overflow questions have a bit of source code in them" and a community wiki: Not Your Personal Research Assistant. If Theter adds a sample of how or why these popular search engine results don't work: Android sms notification problem and Phil's link‌​, I will happily dive in & help! – Sam May 13 '12 at 20:51

closed as not a real question by casperOne May 14 '12 at 17:37

It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, see the FAQ.

1 Answer

up vote 0 down vote accepted

http://developer.android.com/guide/topics/ui/notifiers/notifications.html

when you read this, it is very easy

share|improve this answer
thanks alot man ! – Theter May 14 '12 at 10:53
you are wellcome =) – Phil May 14 '12 at 11:03

Not the answer you're looking for? Browse other questions tagged or ask your own question.