I'm setting my notification like this:

        notification.defaults |= Notification.FLAG_NO_CLEAR;

I expect this to mean that pressing the "clear" button in the expanded
notification screen will not clear this notification. But the button
still clears the notification.

I think this may be a permissions problem in my manifest. I currently
have a uses permission "android.permission.VIBRATE" set. Do I need any
other permissions to make a notification sticky?

-- 
You received this message because you are subscribed to the Google
Groups "Android Beginners" group.

NEW! Try asking and tagging your question on Stack Overflow at
http://stackoverflow.com/questions/tagged/android

To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/android-beginners?hl=en

Reply via email to