ricknout/lens-launcher

On the google pixel, the calendar app doesn't display in the launcher or in the app's settings

Closed this issue · 1 comments

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.

Fixed in PR #18