• After 15+ years, we've made a big change: Android Forums is now Early Bird Club. Learn more here.

Apps Package and class_fullname for WhatsApp?

Does anyone know what the package and class_fullname for WhatsApp is? I am trying to figure out a way to open WhatsApp by using a terminal on the device. The goal is to be able to open WhatsApp when the icon is hidden. My friend's wife reads everything on his phone and we are looking for a way that he can join our awesome group chat.

Something like this:
Code:
am start -a android.intent.action.MAIN -n com.android.browser/.BrowserActivity

On my phone the package is com.whatsapp-2.apk. How/where do I find the class_fullname?

Thanks.
 
Back
Top Bottom