Loading data/etc/platform.xml +3 −0 Original line number Diff line number Diff line Loading @@ -181,6 +181,9 @@ <allow-in-power-save package="com.android.cellbroadcastreceiver" /> <allow-in-power-save package="com.android.shell" /> <!-- STOPSHIP(b/36856786): Revert this once it is fixed properly --> <allow-in-power-save package="com.google.android.apps.enterprise.dmagent" /> <!-- These are the packages that are white-listed to be able to run as system user --> <system-user-whitelisted-app package="com.android.settings" /> Loading services/core/java/com/android/server/job/JobServiceContext.java +1 −2 Original line number Diff line number Diff line Loading @@ -184,8 +184,7 @@ public class JobServiceContext extends IJobCallback.Stub implements ServiceConne scheduleOpTimeOutLocked(); final Intent intent = new Intent().setComponent(job.getServiceComponent()); boolean binding = mContext.bindServiceAsUser(intent, this, Context.BIND_AUTO_CREATE | Context.BIND_NOT_FOREGROUND | Context.BIND_IMPORTANT_BACKGROUND, Context.BIND_AUTO_CREATE | Context.BIND_NOT_FOREGROUND, new UserHandle(job.getUserId())); if (!binding) { if (DEBUG) { Loading Loading
data/etc/platform.xml +3 −0 Original line number Diff line number Diff line Loading @@ -181,6 +181,9 @@ <allow-in-power-save package="com.android.cellbroadcastreceiver" /> <allow-in-power-save package="com.android.shell" /> <!-- STOPSHIP(b/36856786): Revert this once it is fixed properly --> <allow-in-power-save package="com.google.android.apps.enterprise.dmagent" /> <!-- These are the packages that are white-listed to be able to run as system user --> <system-user-whitelisted-app package="com.android.settings" /> Loading
services/core/java/com/android/server/job/JobServiceContext.java +1 −2 Original line number Diff line number Diff line Loading @@ -184,8 +184,7 @@ public class JobServiceContext extends IJobCallback.Stub implements ServiceConne scheduleOpTimeOutLocked(); final Intent intent = new Intent().setComponent(job.getServiceComponent()); boolean binding = mContext.bindServiceAsUser(intent, this, Context.BIND_AUTO_CREATE | Context.BIND_NOT_FOREGROUND | Context.BIND_IMPORTANT_BACKGROUND, Context.BIND_AUTO_CREATE | Context.BIND_NOT_FOREGROUND, new UserHandle(job.getUserId())); if (!binding) { if (DEBUG) { Loading