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

Commit 9964fbf8 authored by bodamnam's avatar bodamnam Committed by Avinash Malipatil
Browse files

Add phone call uid to SchedulerPolicyService to permit the priority change

Bug: 306298801, 289472217
Test: adb shell 'ps -Tl -p $(pgrep imsmedia)'

Change-Id: I43c513ade9ad4af211a591f00591f1eb525b6ab8
parent 744b2810
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;