ricknout / lens-launcher

A unique, efficient way to browse and launch your apps
https://experiments.withgoogle.com/lens-launcher
Apache License 2.0
216 stars 61 forks source link

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

Closed premnirmal closed 7 years ago

premnirmal commented 7 years ago

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 7 years ago

Fixed in PR https://github.com/nicholasrout/lens-launcher/pull/18