Add support for PiP mode

This commit is contained in:
Fredia Huya-Kouadio 2025-12-31 02:14:23 -08:00
parent 220b0b2f74
commit ef0163ba9f
27 changed files with 405 additions and 52 deletions

View file

@ -143,5 +143,11 @@
<constant name="NOTIFICATION_TEXT_SERVER_CHANGED" value="2018">
Notification received when text server is changed.
</constant>
<constant name="NOTIFICATION_APPLICATION_PIP_MODE_ENTERED" value="2019">
Notification received when the application enters picture-in-picture mode.
</constant>
<constant name="NOTIFICATION_APPLICATION_PIP_MODE_EXITED" value="2020">
Notification received when the application exits picture-in-picture mode.
</constant>
</constants>
</class>