Search icon CANCEL
Arrow left icon
Explore Products
Best Sellers
New Releases
Books
Videos
Audiobooks
Learning Hub
Conferences
Free Learning
Arrow right icon
Arrow up icon
GO TO TOP
Android 6 Essentials

You're reading from   Android 6 Essentials Design, build, and create your own applications using the full range of features available in Android 6

Arrow left icon
Product type Paperback
Published in Dec 2015
Publisher Packt
ISBN-13 9781785884412
Length 122 pages
Edition 1st Edition
Languages
Tools
Arrow right icon
Author (1):
Arrow left icon
Yossi Elkrief Yossi Elkrief
Author Profile Icon Yossi Elkrief
Yossi Elkrief
Arrow right icon
View More author details
Toc

Notifications


There are a few changes to the notifications feature, as follows:

  • The Notification.setLatestEventInfo() method is now removed. When constructing notifications, we must use the Notification.Builder class.

  • Updating a notification is also done via the Notification.Builder instance using the same instance of the builder, and calling the build() method will get us an updated Notification instance. If legacy support is required, you can use NotificationCompat.Builder instead, which is available in the Android Support Library.

  • The adb shell dumpsys notification command no longer prints out notification text. The proper usage now is adb shell dumpsys notification --noredact.

  • The newly added INTERRUPTION_FILTER_ALARMS filter level corresponds to a new mode: Alarms only do not disturb.

  • The newly added CATEGORY_REMINDER category is used for user-scheduled reminders.

  • The newly added Icon class allows icons to be attached to notifications via the setSmallIcon() and setLargeIcon() methods.

  • The...

lock icon The rest of the chapter is locked
Register for a free Packt account to unlock a world of extra content!
A free Packt account unlocks extra newsletters, articles, discounted offers, and much more. Start advancing your knowledge today.
Unlock this book and the full library FREE for 7 days
Get unlimited access to 7000+ expert-authored eBooks and videos courses covering every tech area you can think of
Renews at ₹800/month. Cancel anytime