diff --git a/core/java/android/view/WindowManager.java b/core/java/android/view/WindowManager.java index e56c43e57aa0e..6f6936127cde3 100644 --- a/core/java/android/view/WindowManager.java +++ b/core/java/android/view/WindowManager.java @@ -834,8 +834,8 @@ public interface WindowManager extends ViewManager { * *
Default is {@code false}. * - *
The system enforcement will be added in Android 14, but some devices may start following - * the requirement before that. The best practice for apps is to always explicitly set this + *
The system enforcement is added in Android 14, but some devices may start following the + * requirement before that. The best practice for apps is to always explicitly set this * property in AndroidManifest instead of relying on the default value. * *
Example usage: