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

Commit 0b155243 authored by Android Build Coastguard Worker's avatar Android Build Coastguard Worker
Browse files

Snap for 7767098 from 96ec6c8e to tm-release

Change-Id: I634a1f74d9da4795007e942081022b7aaba4606f
parents b6cea437 96ec6c8e
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -62,7 +62,8 @@ inline bool isUserDebugBuild() {

inline bool isDoHEnabled() {
    // STOPSHIP(b/200763585): clean up it before T shipping.
    if (android::modules::sdklevel::IsAtLeastT()) return 1;
    static bool isAtLeastT = android::modules::sdklevel::IsAtLeastT();
    if (isAtLeastT) return 1;

    return android::net::Experiments::getInstance()->getFlag("doh", 0);
}