Fixed a typo implying intents must and must not be explicit.

Change-Id: Id9746fad2e475b94d8d45f641bc5e2eaf9c874ae
This commit is contained in:
Michael Wright
2014-04-11 13:37:50 -07:00
parent 7e439a66e1
commit 5b5def5472

View File

@@ -487,7 +487,7 @@ public class Build {
* new changes in behavior:</p>
* <ul>
* <li> {@link android.content.Context#bindService Context.bindService} now
* requires an explicit Intent, and will throw an exception if given an explicit
* requires an explicit Intent, and will throw an exception if given an implicit
* Intent.</li>
* </ul>
*/