Loading services/core/java/com/android/server/am/ServiceRecord.java +3 −1 Original line number Diff line number Diff line Loading @@ -246,7 +246,9 @@ final class ServiceRecord extends Binder implements ComponentName.WithComponentN int getFgsAllowStart() { return mAllowStartForegroundNoBinding != REASON_DENIED ? mAllowStartForegroundNoBinding : mAllowStartInBindService; : (mAllowStartByBindings != REASON_DENIED ? mAllowStartByBindings : mAllowStartInBindService); } boolean isFgsAllowedStart() { Loading Loading
services/core/java/com/android/server/am/ServiceRecord.java +3 −1 Original line number Diff line number Diff line Loading @@ -246,7 +246,9 @@ final class ServiceRecord extends Binder implements ComponentName.WithComponentN int getFgsAllowStart() { return mAllowStartForegroundNoBinding != REASON_DENIED ? mAllowStartForegroundNoBinding : mAllowStartInBindService; : (mAllowStartByBindings != REASON_DENIED ? mAllowStartByBindings : mAllowStartInBindService); } boolean isFgsAllowedStart() { Loading