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

Commit 90f096f4 authored by Jerome Gaillard's avatar Jerome Gaillard Committed by Android (Google) Code Review
Browse files

Merge "Add autofill service to BridgeContext"

parents 707b4aeb 88403817
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -640,6 +640,10 @@ public class BridgeContext extends Context {
            return AccessibilityManager.getInstance(this);
        }

        if (AUTO_FILL_MANAGER_SERVICE.equals(service)) {
            return null;
        }

        throw new UnsupportedOperationException("Unsupported Service: " + service);
    }