Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Android music player source code [closed]

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

like image 404
Urban Avatar asked Oct 10 '10 21:10

Urban


2 Answers

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.

like image 177
Josh Lee Avatar answered Oct 30 '22 16:10

Josh Lee


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

like image 25
Nathan Schwermann Avatar answered Oct 30 '22 16:10

Nathan Schwermann