On the google pixel, the calendar app doesn't display in the launcher or in the app's settings
Closed this issue · 1 comments
premnirmal commented
This is because it uses a dynamic icon (the icon changes the bitmap every day to display the date on it), so there is no hardcoded bitmap for the app. In order to retrieve the bitmap, you must get the drawable then convert it to a bitmap.
premnirmal commented
Fixed in PR #18