This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| project frameworks/base/ | |
| diff --git a/core/java/android/app/Activity.java b/core/java/android/app/Activity.java | |
| index db5dcc5c264b..404db6dfaf64 100644 | |
| --- a/core/java/android/app/Activity.java | |
| +++ b/core/java/android/app/Activity.java | |
| @@ -741,6 +741,7 @@ public class Activity extends ContextThemeWrapper | |
| OnCreateContextMenuListener, ComponentCallbacks2, | |
| Window.OnWindowDismissedCallback, | |
| AutofillManager.AutofillClient, ContentCaptureManager.ContentCaptureClient { |