Ever felt like hiding an application from Launcher's drawer but your there's no option to hide in your Launcher? or
No root so you can't even use Xposed to hide it? or
Want to include an app in your ROM but you don't want it to be displayed in the Launcher?
No root so you can't even use Xposed to hide it? or
Want to include an app in your ROM but you don't want it to be displayed in the Launcher?
No Problem! Here's a way :P
Requirments:
*A PC
*Knowledge on how to decompile/recompile an application
*2 minutes
*Notepad++ or any text editor
*apk of the app that you want to hide
The procedure is simple enough. Let's start:
*Decompile the application that you want to hide from your Launcher.
*Open AndroidManifest.xml
*Find this(use Ctrl+F):
Code:
<category android:name="android.intent.category.LAUNCHER"/>
*Either delete the line or replace it with:
Code:
<category android:name="android.intent.category.DEFAULT"/>
*Save it.
*Done!
*Recompile and flash the app! As simple as that!
Enjoy! :)
0 commentaires:
Enregistrer un commentaire