From a82c163539549189d6e325cafef1d1698fe30315 Mon Sep 17 00:00:00 2001 From: Daisy Ai Date: Mon, 13 Feb 2023 21:37:13 +0000 Subject: [PATCH] Revert "Switch default value to match Mendel config." This reverts commit 844dcee4fd9c41ab81d584ec92d3885d44772ea4. Reason for revert: multiple cts test failures. b/269152911, b/269157937, b/269142717, b/269146213 Change-Id: Ic10ce2b8670a44cbd0e0d44845931e744823f5e8 --- .../core/java/com/android/server/am/PendingIntentRecord.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/services/core/java/com/android/server/am/PendingIntentRecord.java b/services/core/java/com/android/server/am/PendingIntentRecord.java index 8b34fe0fe4b09..14ecf9facec12 100644 --- a/services/core/java/com/android/server/am/PendingIntentRecord.java +++ b/services/core/java/com/android/server/am/PendingIntentRecord.java @@ -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 } /**