Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 027deb4f authored by Achim Thesmann's avatar Achim Thesmann
Browse files

Disable rescinding privileges by sender by default.

- change default value to false for device config flag
- reported failing tests now pass

Test: atest android.server.wm.BackgroundActivityLaunchTest ShortcutManagerStartShortcutTest AccessibilityPrivacySourceTest NotificationListenerCheckTest
Change-Id: I110bec76093e11e774fce707e86976c6f5f20182
parent d962649b
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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
    }

    /**