1

I'm interested in a way to go from the package name (e.g. com.android.providers.telephony) to its common name (Phone).

I'd like to know if there's ADB/shell command (from the phone), or any system/preinstalled app.

I know that a bunch of apps reveal both once you could pin the app in it. – In Android 4.x (tried with 4.2.2) you can even use the system app manager to confirm the package name once you found and selected the app via the common name.

Andrew T.
  • 15,988
  • 10
  • 74
  • 123
Robert Siemer
  • 1,188
  • 1
  • 14
  • 23
  • Robert, if you're still looking for this, my answer here might be interesting for you. In short: CM-based ROMS with Kitkat or later ship with aapt; and if yours does not, you can install it yourself (root required, though). Having that, a one-liner calling to ADB does the job for you. Details "over there" ;) – Izzy Jul 19 '15 at 01:25
  • For users who are willing to use an app based solution for this: https://android.stackexchange.com/q/19865/96277 – Firelord Feb 07 '19 at 21:35

1 Answers1

0

If you haven't given up on Android apps yet, you can use Titanium Backup. It lets you search either by app name or package name.

TiBu
Screenshot of Titanium Backup (click image for larger variant)

Izzy
  • 91,166
  • 73
  • 343
  • 943
geffchang
  • 17,565
  • 18
  • 57
  • 73