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

Commit b8e224dc authored by Michael Wright's avatar Michael Wright Committed by Android (Google) Code Review
Browse files

Merge "Suppress lint warning as function matches others in the class." into main

parents ec189631 4516efd7
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -9638,6 +9638,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);
    }