I have installed an app fusing its apk. After installation, I clicked on 'Done'. Then, I checked app on app drawer
and Settings->Apps
, it was not found there. I am running Nova launcher, in Lineage Os 14.1,Rooted, Xiaomi Redmi 1s. Earlier, in settings it showed 47 apps installed, now it shows 48 apps installed(including hidden app).
- I have checked for app in /data/app, app not found.
- Installed Quickshortcutmaker to create app shortcut, but app not found.
- Tried to hide in Nova settings, app not found.
- Tried to reinstall that apk, it overwrites app like an update.
I need to uninstall this app.
The app is PixBar (installed apk), In file name like this com_dunrite_pixbar-10011002.apk.apk
. And while opening through es (for install), it showed package as net.upper.master.support.texas.stem.threw
, which is found as malware(google). I try some apps like this(install from apk), but, this have no option to uninstall, which I have never experienced before.
pm list packages
show its package ID? – Andy Yan Jun 02 '17 at 03:09AndroidManifest.xml
- search for keyword "manifest" in the file, and the ID is right after the first entry, in "bla.bla.bla" format. – Andy Yan Jun 02 '17 at 03:33