Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Mobile and Embedded
  4. Android Display over other apps
Qt 6.11 is out! See what's new in the release blog

Android Display over other apps

Scheduled Pinned Locked Moved Unsolved Mobile and Embedded
4 Posts 2 Posters 1.2k Views 2 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • A Offline
    A Offline
    asimos
    wrote on last edited by
    #1

    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).

    1 Reply Last reply
    0
    • SGaistS Offline
      SGaistS Offline
      SGaist
      Lifetime Qt Champion
      wrote on last edited by
      #2

      Hi and welcome to devnet,

      Do you mean the notification ?
      If so, it's the system that shows them.

      Interested in AI ? www.idiap.ch
      Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct

      A 1 Reply Last reply
      0
      • SGaistS SGaist

        Hi and welcome to devnet,

        Do you mean the notification ?
        If so, it's the system that shows them.

        A Offline
        A Offline
        asimos
        wrote on last edited by
        #3

        @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.

        SGaistS 1 Reply Last reply
        0
        • A asimos

          @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.

          SGaistS Offline
          SGaistS Offline
          SGaist
          Lifetime Qt Champion
          wrote on last edited by
          #4

          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.

          Interested in AI ? www.idiap.ch
          Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct

          1 Reply Last reply
          0

          • Login

          • Login or register to search.
          • First post
            Last post
          0
          • Categories
          • Recent
          • Tags
          • Popular
          • Users
          • Groups
          • Search
          • Get Qt Extensions
          • Unsolved