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

Commit 60e65f02 authored by Jean-Michel Trivi's avatar Jean-Michel Trivi Committed by Android Git Automerger
Browse files

am c51622cf: am 28a51628: Merge "AudioRecord JNI: use default UID / PID" into mnc-dev

* commit 'c51622cf':
  AudioRecord JNI: use default UID / PID
parents 170f0406 c51622cf
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -252,6 +252,7 @@ android_media_AudioRecord_setup(JNIEnv *env, jobject thiz, jobject weak_this,
        sessionId,
        AudioRecord::TRANSFER_DEFAULT,
        flags,
        -1, -1,        // default uid, pid
        paa);

    if (status != NO_ERROR) {