OSDN Git Service

Fix failure from setDataSource(String path) when path is a local file
authorJames Dong <jdong@google.com>
Thu, 12 Apr 2012 04:18:43 +0000 (21:18 -0700)
committerJames Dong <jdong@google.com>
Thu, 12 Apr 2012 18:50:17 +0000 (11:50 -0700)
commite00b6f3a57d4b480ce674468de93555269bbd71a
treeab8e8174ddb140ad8994e6bf70a50430e7c18150
parent54ae14749bc7f9e73cfda35a8b49f9efa80a77fb
Fix failure from setDataSource(String path) when path is a local file

o the failure was because the mediaserver does not have read permission to sdcard
o related-to-bug: 6325960,6322913

Change-Id: I4feec01b8165c78563eee8aab69cb24df3244d03
media/java/android/media/MediaPlayer.java
media/jni/android_media_MediaPlayer.cpp