diff --git a/core/java/android/os/StrictMode.java b/core/java/android/os/StrictMode.java index d2943abe80238..326793903a84a 100644 --- a/core/java/android/os/StrictMode.java +++ b/core/java/android/os/StrictMode.java @@ -672,7 +672,7 @@ public final class StrictMode { } /** - * Detect when a {@code file://} {@link Uri} is exposed beyond this + * Detect when a {@code file://} {@link android.net.Uri} is exposed beyond this * app. The receiving app may not have access to the sent path. * Instead, when sharing files between apps, {@code content://} * should be used with permission grants.