11

I need native (default) android music player source code. Where can I find it?

Vadim Kotov
  • 8,084
  • 8
  • 48
  • 62
Urban
  • 289
  • 2
  • 5
  • 7

2 Answers2

20

It’s all on source.android.com; you can browse the list of packages, and the Music app is located at platform/packages/apps/Music.git.

There’s a mirror on github.com/android. You can browse the source code of the Music app online at platform_packages_apps_music, with GitHub’s fancier interface.

Josh Lee
  • 171,072
  • 38
  • 269
  • 275
5

Take a look, here is the link for platform/frameworks/base:
https://android.googlesource.com/platform/frameworks/base

Vadim Kotov
  • 8,084
  • 8
  • 48
  • 62
Nathan Schwermann
  • 31,285
  • 16
  • 80
  • 91