1.2 KiB
1.2 KiB
The launcher icon uses different assets on different Android versions, and therefore needs to be explicitly tested.
API 25 or lower - API 25 and lower use a traditional square icon
- Install the app
- Look at the icon on the home screen
- Verify that a traditional light-themed square icon is displayed
API 26 or greater - API 26 adds support for adaptive icons
- Install the app
- Look at the app icon on the home screen
- Verify that a round icon is displayed (most emulator images use round icons)
API 29 or greater - API 29 adds support for dark mode
- Set the system to light theme
- Install the app
- Look at the app icon on the home screen
- Verify that a round icon is displayed (most emulator images use round icons)
- Verify that the icon has a light grey background
- Set the system theme to dark theme
- Look at the app icon on the home screen
- Verify that a round icon is displayed (most emulator images use round icons)
- Verify that the icon has a dark blue background (Note: it may require rebooting or opening an app and returning to the home screen for the home screen to reset its cache of app icons. This behavior is not a bug in our app, but rather an Android limitation).