Reputation: 195
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
Reputation: 3785
Use RemoteViews to create a custom view for your notification. See Creating a Custom Expanded View section in link
Upvotes: 1