Revert "Switch default value to match Mendel config."

This reverts commit 844dcee4fd.

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

Change-Id: Ic10ce2b8670a44cbd0e0d44845931e744823f5e8
This commit is contained in:
Daisy Ai
2023-02-13 21:37:13 +00:00
committed by Android (Google) Code Review
parent 844dcee4fd
commit a82c163539

View File

@@ -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
}
/**