Merge "Disable rescinding privileges by sender by default."

This commit is contained in:
Achim Thesmann
2023-01-19 00:40:50 +00:00
committed by Android (Google) Code Review

View File

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