Fix doc build.

Change-Id: I954a45866d968b0571040ba99cc93b818d02aeb5
This commit is contained in:
Ying Wang
2013-04-03 22:57:31 -07:00
parent 26cd4d658f
commit 0fa30372c7

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.