-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Refactor away usage of Compat notification classes
Replace usage of the androidx backward compatability classes in UpdateNotifier with the standard Android classes, using Build.VERSION.SDK_INT to determine exactly which calls to use. This will make it much clearer in future when minSdk is increased that particular parts of the code are for specified API levels as opposed to the backward compatability classes which wouldn't be immediately obvious they weren't needed.
- Loading branch information
Showing
1 changed file
with
28 additions
and
29 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