I've installed a malicious app that is posting ads over my notification bar, but can't find it. I know the java package name for it: com.letang.game103.en
using the command: adb shell dumpsys notification
.
As you see the name of the app is not obvious from the package name. I want to find which app it is, that uses this package name. I also want to report them to Android Market, after leaving a nice feedback for them there!
I've looked at different dumpsys commands:
adb shell dumpsys [something]
But so far wasn't able to get apps based on their package names. Is there any way to do this?
com.android.providers.telephony
is one of the core packages of Android, so it doesn't have or need to be on Play Store. – Firelord Jul 11 '15 at 09:24