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

Commit 88403817 authored by Jerome Gaillard's avatar Jerome Gaillard
Browse files

Add autofill service to BridgeContext

Test: layoutlib tests
Change-Id: I52b360a64518165eefee4250b1c32e9f5f87845d
parent df0824ad
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);
    }