Loading packages/SystemUI/src/com/android/systemui/OverviewProxyService.java +2 −1 Original line number Diff line number Diff line Loading @@ -340,7 +340,8 @@ public class OverviewProxyService implements CallbackController<OverviewProxyLis boolean bound = false; try { bound = mContext.bindServiceAsUser(launcherServiceIntent, mOverviewServiceConnection, Context.BIND_AUTO_CREATE, mOverviewServiceConnection, Context.BIND_AUTO_CREATE | Context.BIND_FOREGROUND_SERVICE_WHILE_AWAKE, UserHandle.of(mDeviceProvisionedController.getCurrentUser())); } catch (SecurityException e) { Log.e(TAG_OPS, "Unable to bind because of security error", e); Loading Loading
packages/SystemUI/src/com/android/systemui/OverviewProxyService.java +2 −1 Original line number Diff line number Diff line Loading @@ -340,7 +340,8 @@ public class OverviewProxyService implements CallbackController<OverviewProxyLis boolean bound = false; try { bound = mContext.bindServiceAsUser(launcherServiceIntent, mOverviewServiceConnection, Context.BIND_AUTO_CREATE, mOverviewServiceConnection, Context.BIND_AUTO_CREATE | Context.BIND_FOREGROUND_SERVICE_WHILE_AWAKE, UserHandle.of(mDeviceProvisionedController.getCurrentUser())); } catch (SecurityException e) { Log.e(TAG_OPS, "Unable to bind because of security error", e); Loading