How to hide app icon from launcher

**This project requires Xposed module ,note that the concept for hiding app from drawer is same.

I used this method for my latest app .you can use the below method to hide app icon  from launcher and keep use from Xposed Installer Module section.I think this gives more privacy for the user when they hide what software … Read more

Xposed Demo Project for Android Studio

Added Xposed android studio project to Github.You just need to import the project and start coding.

Library Used : XposedBridgeApi-54.jar

Your project structure look like this:

xposed

For Tutorial:

https://github.com/rovo89/XposedBridge/wiki/Development-tutorial

Github:

https://github.com/basil2style/Xposed-Android-Studio-Project

… Read more