navigationandroid-recentsxposed-framework

Is possible to write an xposed module that hides the recent apps button in Android?


I wonder, is it possible to write an xposed module (xposed framework module) that can completely remove the recent apps button from the navigation bar or all completely disable the recent apps selection activity?

Everyone are free to write xposed modules, right?


Solution

  • Xposed can modify any part of android you'd like. So yes you can completely remove the recent apps button and more.

    Anyone can write xposed modules.