This question has been asked before: How to get list of ALL apps (including System Apps)?
However, when I called getPackageManager().getInstalledPackages(0)
, it did not return all the apps. For example, the following apps were not found by this call: com.google.android.music, com.google.android.youtube, com.google.earth, com.google.android.gm
.
Is it because they are part of Google Mobile Service?