Loading media/java/android/media/browse/MediaBrowser.java +1 −1 Original line number Original line Diff line number Diff line Loading @@ -185,7 +185,7 @@ public final class MediaBrowser { boolean bound = false; boolean bound = false; try { try { bound = mContext.bindService(intent, mServiceConnection, bound = mContext.bindService(intent, mServiceConnection, Context.BIND_AUTO_CREATE); Context.BIND_AUTO_CREATE | Context.BIND_INCLUDE_CAPABILITIES); } catch (Exception ex) { } catch (Exception ex) { Log.e(TAG, "Failed binding to service " + mServiceComponent); Log.e(TAG, "Failed binding to service " + mServiceComponent); } } Loading Loading
media/java/android/media/browse/MediaBrowser.java +1 −1 Original line number Original line Diff line number Diff line Loading @@ -185,7 +185,7 @@ public final class MediaBrowser { boolean bound = false; boolean bound = false; try { try { bound = mContext.bindService(intent, mServiceConnection, bound = mContext.bindService(intent, mServiceConnection, Context.BIND_AUTO_CREATE); Context.BIND_AUTO_CREATE | Context.BIND_INCLUDE_CAPABILITIES); } catch (Exception ex) { } catch (Exception ex) { Log.e(TAG, "Failed binding to service " + mServiceComponent); Log.e(TAG, "Failed binding to service " + mServiceComponent); } } Loading