microsoft / WSA

Developer-related issues and feature requests for Windows Subsystem for Android
MIT License
1.46k stars 798 forks source link

setTaskDescription icon does not work #440

Open Slion opened 9 months ago

Slion commented 9 months ago

Steps to reproduce

Use setTaskDescription to change the task icon.

✔️ Expected Behavior

Task bar icon should change

❌ Actual Behavior

Task bar icon remains the same

Other Software

You can try Fulguris to reproduce it as already explained in #437

Please specify the version of Windows Subsystem for Android

2308.40000.3.0

Slion commented 9 months ago

Fulguris is using the now deprecated API to set a Bitmap as the newer builder API unfortunatly only lets you specify a resource id as icon.

Also to be fair those APIs are very poorly implemented on any devices I tried them on. They would be very help on Windows though.