Merge "Differentiate MediaBrowsers in a process for MediaBrowserService" into pi-dev
am: 0e7a307e14
Change-Id: I455466d79d0c1b534d87b33cdb787194422a51bf
This commit is contained in:
@@ -541,7 +541,8 @@ public abstract class MediaBrowserService extends Service {
|
|||||||
throw new IllegalStateException("This should be called inside of onGetRoot or"
|
throw new IllegalStateException("This should be called inside of onGetRoot or"
|
||||||
+ " onLoadChildren or onLoadItem methods");
|
+ " onLoadChildren or onLoadItem methods");
|
||||||
}
|
}
|
||||||
return new RemoteUserInfo(mCurConnection.pkg, mCurConnection.pid, mCurConnection.uid);
|
return new RemoteUserInfo(mCurConnection.pkg, mCurConnection.pid, mCurConnection.uid,
|
||||||
|
mCurConnection.callbacks.asBinder());
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|||||||
Reference in New Issue
Block a user