projects
/
pub
/
Android
/
ownCloud.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Reviewed integration with sychronization framework to fix problems in Android 4.4
[pub/Android/ownCloud.git]
/
src
/
com
/
owncloud
/
android
/
media
/
MediaServiceBinder.java
diff --git
a/src/com/owncloud/android/media/MediaServiceBinder.java
b/src/com/owncloud/android/media/MediaServiceBinder.java
index
4fab8bd
..
ab018f6
100644
(file)
--- a/
src/com/owncloud/android/media/MediaServiceBinder.java
+++ b/
src/com/owncloud/android/media/MediaServiceBinder.java
@@
-176,6
+176,12
@@
public class MediaServiceBinder extends Binder implements MediaController.MediaP
return (currentState == MediaService.State.PLAYING || currentState == MediaService.State.PAUSED);
}
+
+ @Override
+ public int getAudioSessionId() {
+ return 1; // not really used
+ }
+
}