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

Commit 4516efd7 authored by Hani Kazmi's avatar Hani Kazmi
Browse files

Suppress lint warning as function matches others in the class.

Bug: 341038645
Change-Id: I2c4f5f65a047dadf07a6faf472bca3e88b75eb7e
Test: N/A
parent e0693f8c
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -9634,6 +9634,7 @@ public class Activity extends ContextThemeWrapper
     *                            the default behaviour
     */
    @FlaggedApi(android.security.Flags.FLAG_ASM_RESTRICTIONS_ENABLED)
    @SuppressLint("OnNameExpected")
    public void setAllowCrossUidActivitySwitchFromBelow(boolean allowed) {
        ActivityClient.getInstance().setAllowCrossUidActivitySwitchFromBelow(mToken, allowed);
    }