Switch default value to match Mendel config.

This also enables the experiment in cases where the experiment config is not read, e.g. AOSP or boot tests that disable internet access.

Change-Id: I2164f7b362a11b8e4db509c0f86d0fd880fb814a
Test: atest ActivityStarterTests BackgroundActivityLaunchTest
Bug: 244637991
This commit is contained in:
Achim Thesmann
2023-02-02 04:22:55 +00:00
parent ff73f8b3e0
commit 844dcee4fd

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,
false); // assume false if the property is unknown
true);
}
/**