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

Commit b34d24a4 authored by Adam He's avatar Adam He Committed by android-build-merger
Browse files

Merge "Document runtime exception being thrown on afs.getFillEvents()." into qt-dev am: 351b1e8b

am: b59231b0

Change-Id: Icb716507da081b67afb83ee6591f0a69bfe83451
parents 590d9009 b59231b0
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -695,6 +695,8 @@ public abstract class AutofillService extends Service {
     * finishing the {@link FillCallback}.
     *
     * @return The history or {@code null} if there are no events.
     *
     * @throws RuntimeException if the event history could not be retrieved.
     */
    @Nullable public final FillEventHistory getFillEventHistory() {
        final AutofillManager afm = getSystemService(AutofillManager.class);