Skip to content

Instantly share code, notes, and snippets.

@SyncHack
Created April 16, 2012 14:12
Show Gist options
  • Save SyncHack/2399075 to your computer and use it in GitHub Desktop.
Save SyncHack/2399075 to your computer and use it in GitHub Desktop.
インストール中のアプリ取得 http://blog.synchack.com/2012/04/blog-post.html
PackageManager pm = getPackageManager();
List<ApplicationInfo> installedapps = pm.getInstalledApplications(PackageManager.GET_UNINSTALLED_PACKAGES | PackageManager.GET_DISABLED_COMPONENTS);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment