Merge: Friendz: fix missing music file
authorJean Privat <jean@pryen.org>
Thu, 7 Apr 2016 12:50:29 +0000 (08:50 -0400)
committerJean Privat <jean@pryen.org>
Thu, 7 Apr 2016 12:50:29 +0000 (08:50 -0400)
commit332e1833775a3fa9d55b7e11a6c9bb9b82465b57
treee91ae11b5344e345fea6886d332e10f0a234bad9
parent2255318e5806eba32ee86ae25c09c9734bfd9d92
parentcbb222337fad0195197ade38dfcabf48ed3998ed
Merge: Friendz: fix missing music file

This PR moves the music file in the Chainz of Friendz project to the new location of Android specific resources (changed in #1952). This missing file crashed the app at launch on Android.

Also use a Nit constructor/factory to wrap the static Java function `MediaPlayer.create` which is a convenience method acting as a constructor and applying some of the boilerplate code.

Pull-Request: #2004
Reviewed-by: Jean Privat <jean@pryen.org>