Genymobile / scrcpy

Display and control your Android device
Apache License 2.0
109.17k stars 10.5k forks source link

Windows 10 taskbar icon flash orange for notification #789

Open nr1995 opened 5 years ago

nr1995 commented 5 years ago

You know the way Windows 10 handles it when something happens to a running but minimized-to-taskbar app? It flashes/turns orange.

Is there any way to make the scrcpy icon on my taskbar turn or flash orange when a notification comes through?

So I don't have to keep leaning over to look at my phone screen, or flicking back to the app window to check I've not missed anything.

rom1v commented 3 years ago

Refs to listen to notifications:

void registerListener(in INotificationListener listener, in ComponentName component, int userid);
nr1995 commented 5 months ago

@rom1v Any updates on this one?