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

Commit a82c1635 authored by Daisy Ai's avatar Daisy Ai Committed by Android (Google) Code Review
Browse files

Revert "Switch default value to match Mendel config."

This reverts commit 844dcee4.

Reason for revert: multiple cts test failures. b/269152911, b/269157937, b/269142717, b/269146213

Change-Id: Ic10ce2b8670a44cbd0e0d44845931e744823f5e8
parent 844dcee4
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -376,7 +376,7 @@ public final class PendingIntentRecord extends IIntentSender.Stub {
        return DeviceConfig.getBoolean(
                DeviceConfig.NAMESPACE_WINDOW_MANAGER,
                ENABLE_DEFAULT_RESCIND_BAL_PRIVILEGES_FROM_PENDING_INTENT_SENDER,
                true);
                false); // assume false if the property is unknown
    }

    /**