Deyan Marinov
Results
1
comments of
Deyan Marinov
I recommend checking the API level, and making notification based on this: `if (Build.VERSION.SDK_INT >= Build.VERSION_CODES.O) { display notification for API 26 } else { display notification for API <...