Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 7fb4e4aa authored by Ed Heyl's avatar Ed Heyl Committed by Android Git Automerger
Browse files

am 154d61fc: Merge change Id6f158b3 into eclair

Merge commit '154d61fc' into eclair-mr2

* commit '154d61fc':
  Removed javadoc link to hidden class (temporary fix for build)
parents 67ef832c 154d61fc
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -88,7 +88,7 @@ import android.Manifest;
 * The activity must then call {@link AccountAuthenticatorResponse#onResult} or
 * {@link AccountAuthenticatorResponse#onError} when it is complete.
 * <li> If the authenticator cannot synchronously process the request and return a result then it
 * may choose to return null and then use the {@link AccountManagerResponse} to send the result
 * may choose to return null and then use the AccountManagerResponse to send the result
 * when it has completed the request.
 * </ul>
 * <p>