From 40ac832663c2739c3119ecdd1587fb47adb2d93e Mon Sep 17 00:00:00 2001 From: Nikolas Havrikov Date: Tue, 4 Aug 2020 12:36:57 +0200 Subject: [PATCH] Make javadoc adhere to implementation Test: no Change-Id: I1e62ea5e04be18ecafd747d31120f0a8bc5b4b45 --- core/java/android/app/Activity.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/java/android/app/Activity.java b/core/java/android/app/Activity.java index 2be92826cf383..522b8cc5a46f7 100644 --- a/core/java/android/app/Activity.java +++ b/core/java/android/app/Activity.java @@ -2880,7 +2880,7 @@ public class Activity extends ContextThemeWrapper * Return the number of actions that will be displayed in the picture-in-picture UI when the * user interacts with the activity currently in picture-in-picture mode. This number may change * if the global configuration changes (ie. if the device is plugged into an external display), - * but will always be larger than three. + * but will always be at least three. */ public int getMaxNumPictureInPictureActions() { try {