-
-
Notifications
You must be signed in to change notification settings - Fork 665
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
android notif [nfc]: Use compat version for notification modules.
Compat version of modules allow us to write code for the latest android version without worrying about backwards compatibility, all that will be handled by the compat modules. Specifically the changes are made for: * Notification -> NotificationCompat * NotificationManager -> NotificationCompatManager Some associated code is also changed as required. reference: - https://developer.android.com/guide/topics/ui/notifiers/notifications#compatibility
- Loading branch information
1 parent
78a2b46
commit 5763242
Showing
2 changed files
with
20 additions
and
20 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters