Veljko
Veljko

Reputation: 1903

MediaPlayer.java ICS Android

Where I can find source code of MediaPlayer class in ICS. I have source code...but i cant find com.media package at all... it's not in the same as in 2.2 or 2.3.4.

Upvotes: 0

Views: 649

Answers (1)

Mario Lenci
Mario Lenci

Reputation: 10542

here is the code of the 4.0.4_r1.2 version as you can see at the top of the page. From that file you can navigate all the version released of MediaPlayer.java

Upvotes: 1

Related Questions