Reputation: 135
I'm trying to create a mod menu for an android application that's not a game. How can I proceed?
I have an EntryPoint that has Xposed like API and it gets loaded by the target app main activity. Following imgui's android example I can get the menu to show up if I create a NativeActivity, but what if I want to overlay it over the target application?
Upvotes: 0
Views: 483