am 0fa30372: Fix doc build.

* commit '0fa30372c7768692f9deef3e33655382e8a683fd':
  Fix doc build.
This commit is contained in:
Ying Wang
2013-04-03 23:02:01 -07:00
committed by Android Git Automerger

View File

@@ -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.