forked from len0rd/rockbox
Android: Fix some race conditions and crashes on startup.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@29341 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
171b4ff807
commit
d6ce7fe3d4
3 changed files with 45 additions and 18 deletions
|
@ -25,7 +25,7 @@ public class RunForegroundManager
|
|||
private IRunForeground api;
|
||||
private Service mCurrentService;
|
||||
|
||||
public RunForegroundManager(Service service) throws Exception
|
||||
public RunForegroundManager(Service service)
|
||||
{
|
||||
mCurrentService = service;
|
||||
mNM = (NotificationManager)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue