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

Commit 17d8624c authored by Treehugger Robot's avatar Treehugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Permissions: remove bt, telephony package names" into main

parents e5b81a8c 2e96de9c
Loading
Loading
Loading
Loading
+0 −5
Original line number Diff line number Diff line
@@ -44,11 +44,6 @@ static std::optional<std::string> getFixedPackageName(uid_t uid) {
            return "audioserver";
        case AID_CAMERASERVER:
            return "cameraserver";
        // These packages are not handled by AppOps, but labeling may be useful for us
        case AID_RADIO:
            return "telephony";
        case AID_BLUETOOTH:
            return "bluetooth";
        default:
            return std::nullopt;
    }