Merge "Add autofill service to BridgeContext"

This commit is contained in:
Jerome Gaillard
2017-02-23 17:23:26 +00:00
committed by Android (Google) Code Review

View File

@@ -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);
}