monika
monika

Reputation: 195

how to give button in status notification bar?

i am developing an application in android which will notify user his current location...i want to give button as "show map" inside a notification message when on clicked he can view the map

Upvotes: 0

Views: 1548

Answers (1)

Atmaram
Atmaram

Reputation: 3785

Use RemoteViews to create a custom view for your notification. See Creating a Custom Expanded View section in link

Upvotes: 1

Related Questions