The purpose of the app is simple - to overlap the TikTok app elements to prevent the screen from burning out.
After granting two permissions, the application will start receiving application events, for example from closing and opening.
If the application detects that TikTok has opened, apply all the rules from the application. When closing, close all floating windows. It's simple!
The module iterates through the application interface and searches for specific elements and then modifies it. It works simply, but it's hard to write :)
Note
Unfortunately, the iOS version will not be developed (at least by me) due to the lack of Mac devices and a number of iOS software limitations, such as creating "floating windows" and tracking running applications. My apologies
Warning
The XPosed module may not work due to TikTok's obfuscated structure. After each update, obfuscation occurs anew, which is why you have to search for "scripted" elements, as a result of which, with different interfaces, the module may not find the necessary elements.


