S
S
Sergey Karbivnichy2014-12-27 19:26:18
Android
Sergey Karbivnichy, 2014-12-27 19:26:18

How to get a list of applications on an android smartphone in windows?

How do different android managers get information about a smartphone (list of applications, sms, contacts)? Through adb or there is another mechanism. I would like to see an example (programming language does not matter) or see articles (can be in English). Thank you.

Answer the question

In order to leave comments, you need to log in

1 answer(s)
Z
Zelimkhan Beltoev, 2014-12-27
@hottabxp

SMS: data/data/com.android.providers.telephony/databases/mmssms.db
Contacts: data/data/com.android.providers.contacts/databases/contacts.db
All this is SQLite3
About applications - I suspect that folders are analyzed: /data/app/ , /system/app/

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question