Merge "Switch default value to match Mendel config."
This commit is contained in:
committed by
Android (Google) Code Review
commit
dd2e6e8cb1
@@ -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);
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user