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

Commit 2db7e4d3 authored by Ben Lin's avatar Ben Lin Committed by android-build-merger
Browse files

Merge "Remove snippet regarding ContentProvider#notifyChange in...

Merge "Remove snippet regarding ContentProvider#notifyChange in documentation." into oc-dev am: d6bfaba5
am: bb879971

Change-Id: I82a9b7c4542e4a2f157a608be3a991c158707f12
parents 919d2c1a bb879971
Loading
Loading
Loading
Loading
+1 −4
Original line number Diff line number Diff line
@@ -56,10 +56,7 @@ public final class AuthenticationRequiredException extends SecurityException imp
     *            {@link Activity#setResult(int)} before finishing to
     *            communicate the final status of the recovery. For example,
     *            apps that observe {@link Activity#RESULT_OK} may choose to
     *            immediately retry their operation. If this exception was
     *            thrown from a {@link ContentProvider}, you should also send
     *            any relevant {@link ContentResolver#notifyChange} events to
     *            trigger reloading of data.
     *            immediately retry their operation.
     */
    public AuthenticationRequiredException(Throwable cause, PendingIntent userAction) {
        super(cause.getMessage());
+1 −4
Original line number Diff line number Diff line
@@ -76,10 +76,7 @@ public final class RecoverableSecurityException extends SecurityException implem
     *            {@link Activity#setResult(int)} before finishing to
     *            communicate the final status of the recovery. For example,
     *            apps that observe {@link Activity#RESULT_OK} may choose to
     *            immediately retry their operation. If this exception was
     *            thrown from a {@link ContentProvider}, you should also send
     *            any relevant {@link ContentResolver#notifyChange} events to
     *            trigger reloading of data.
     *            immediately retry their operation.
     */
    public RecoverableSecurityException(Throwable cause, CharSequence userMessage,
            RemoteAction userAction) {