Android Display over other apps
-
With the proper permission, android apps can display over other apps (Like the messenger bubbles does). I can't seem to find anything on how to implement this in Qt or even if its possible (by the lack of results i assume not, but i want to be sure since i really new to Qt).
-
Hi and welcome to devnet,
Do you mean the notification ?
If so, it's the system that shows them. -
Hi and welcome to devnet,
Do you mean the notification ?
If so, it's the system that shows them.@SGaist Hi, i mean messenger bubble that appear on the edges of the screen, or the minified player in the corner. It is a special permission that you have to toggle on in the settings > Apps & Notifications > Advanced > Special app access > Display over other apps.
I used a app in the past that popped up over another app when it was opened, and i wondered if i could reproduce this behavior with Qt or should look for another solution.
-
@SGaist Hi, i mean messenger bubble that appear on the edges of the screen, or the minified player in the corner. It is a special permission that you have to toggle on in the settings > Apps & Notifications > Advanced > Special app access > Display over other apps.
I used a app in the past that popped up over another app when it was opened, and i wondered if i could reproduce this behavior with Qt or should look for another solution.
I don't think there is direct support for that in Qt but you should be able to implement that using the functions that have been transferred from the QtAndroidExtras.