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

Commit 48d2f0d3 authored by Nan Wu's avatar Nan Wu Committed by Android (Google) Code Review
Browse files

Merge "Do not throw exception in refreshIntentCreatorToken" into main

parents afe6b0af e88da7c0
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -19393,7 +19393,7 @@ public class ActivityManagerService extends IActivityManager.Stub
            return createOrGetIntentCreatorToken(intent, key);
        } else {
            throw new IllegalArgumentException("intent does not contain a creator token.");
            return null;
        }
    }