I am kinda new to notifications, so please someone explain to me, how can I (if possible) make the buttons of the notification to something simple as write in the database, or the SharedPreference
, without starting a whole activity with the PendingIntent
that should be passed to .addAction()
?
Asked
Active
Viewed 55 times
1

Steve
- 9,270
- 5
- 47
- 61

Sartheris Stormhammer
- 2,534
- 8
- 37
- 81
1 Answers
0
For solving you're problem please take a look at this manual .This manual contains all you need to solve you question.

Oleg Gordiichuk
- 15,240
- 7
- 60
- 100
-
I have read this tutorial, and it only exlains how to do the actions with pendign intent, I want to do it without intents if possible – Sartheris Stormhammer Aug 13 '14 at 08:03
-
Than please take a look at http://stackoverflow.com/questions/7040742/android-notification-manager-having-a-notification-without-an-intent – Oleg Gordiichuk Aug 13 '14 at 08:05