diff options
| author | Ying Wang <wangying@google.com> | 2013-04-03 22:57:31 -0700 |
|---|---|---|
| committer | Ying Wang <wangying@google.com> | 2013-04-03 22:57:31 -0700 |
| commit | 0fa30372c7768692f9deef3e33655382e8a683fd (patch) | |
| tree | 65b147bbd3fffa93609e35db8f3ff13d1693b9b3 /core/java | |
| parent | 26cd4d658f5c4e99c31107cef78698c818e54577 (diff) | |
Fix doc build.
Change-Id: I954a45866d968b0571040ba99cc93b818d02aeb5
Diffstat (limited to 'core/java')
| -rw-r--r-- | core/java/android/os/StrictMode.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/java/android/os/StrictMode.java b/core/java/android/os/StrictMode.java index d2943abe8023..326793903a84 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. |
