Quote:
Originally Posted by nivieru
Whether and how an app appears in the apps list is determined by its androidManifest.xml file, which is found inside the apk.
You can use apktool to decompile the apk, than edit the manifest file (see the answer here), and finally recompile and sign it.
|
Thanks! If I manage to get the courage to root my device I will try to do this. At the moment I'm not wanting to risk bricking the thing.