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

Commit 55943ae6 authored by Eino-Ville Talvala's avatar Eino-Ville Talvala Committed by android-build-merger
Browse files

Merge \"Camera service: Trust telephony service to forward client UIDs.\" into nyc-mr1-dev

am: 24edc3b9

Change-Id: Iabe7af8fc708ee10a4aa36b5bf9fa13903601777
parents a5cb3f08 24edc3b9
Loading
Loading
Loading
Loading
+2 −1
Original line number Original line Diff line number Diff line
@@ -915,6 +915,7 @@ static bool isTrustedCallingUid(uid_t uid) {
    switch (uid) {
    switch (uid) {
        case AID_MEDIA:        // mediaserver
        case AID_MEDIA:        // mediaserver
        case AID_CAMERASERVER: // cameraserver
        case AID_CAMERASERVER: // cameraserver
        case AID_RADIO:        // telephony
            return true;
            return true;
        default:
        default:
            return false;
            return false;