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

Commit 60e1dc2e authored by Jean-Michel Trivi's avatar Jean-Michel Trivi
Browse files

AudioRecord JNI: use default UID / PID

Bug 20832981

Change-Id: I887e38a4e95c9f4b9360f831b3dfc0073d151706
parent da0d6a6b
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) {