aboutsummaryrefslogtreecommitdiff
path: root/subsonic-android/src
diff options
context:
space:
mode:
authorowner <owner@DeeDee-Laptop>2012-12-31 21:56:14 -0800
committerowner <owner@DeeDee-Laptop>2012-12-31 21:56:14 -0800
commit1de88b39fb5e5375cdfce4d77dbc5cf71533c4f7 (patch)
treefc6090a8801f0fa020bd8d98487a270ab02ef0fc /subsonic-android/src
parent9915f36ca57f6af92fb052db35b693dad51a69a5 (diff)
downloaddsub-1de88b39fb5e5375cdfce4d77dbc5cf71533c4f7.tar.gz
dsub-1de88b39fb5e5375cdfce4d77dbc5cf71533c4f7.tar.bz2
dsub-1de88b39fb5e5375cdfce4d77dbc5cf71533c4f7.zip
Closes #63 Don't stop other apps when starting service
Diffstat (limited to 'subsonic-android/src')
-rw-r--r--subsonic-android/src/github/daneren2005/dsub/service/DownloadServiceImpl.java1
1 files changed, 0 insertions, 1 deletions
diff --git a/subsonic-android/src/github/daneren2005/dsub/service/DownloadServiceImpl.java b/subsonic-android/src/github/daneren2005/dsub/service/DownloadServiceImpl.java
index a95b0253..7e6a0070 100644
--- a/subsonic-android/src/github/daneren2005/dsub/service/DownloadServiceImpl.java
+++ b/subsonic-android/src/github/daneren2005/dsub/service/DownloadServiceImpl.java
@@ -149,7 +149,6 @@ public class DownloadServiceImpl extends Service implements DownloadService {
}
});
- Util.requestAudioFocus(this);
Util.registerMediaButtonEventReceiver(this);
if (mRemoteControl == null) {