Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit db6c5d36 authored by Avinash Malipatil's avatar Avinash Malipatil Committed by Automerger Merge Worker
Browse files

Merge "Add phone call uid to SchedulerPolicyService to permit the priority...

Merge "Add phone call uid to SchedulerPolicyService to permit the priority change" into udc-qpr-dev am: 4c6327c8

Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/25057668



Change-Id: I4dc018479c0a0efaa3f8cde9c3ccdd602107537f
Signed-off-by: default avatarAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
parents 033d50e5 4c6327c8
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -219,6 +219,7 @@ public class SchedulingPolicyService extends ISchedulingPolicyService.Stub {
        case Process.AUDIOSERVER_UID:  // fastcapture, fastmixer
        case Process.CAMERASERVER_UID: // camera high frame rate recording
        case Process.BLUETOOTH_UID:    // Bluetooth audio playback
        case Process.PHONE_UID:        // phone call
            return true;
        default:
            return false;