Merge "Add autofill service to BridgeContext"
This commit is contained in:
committed by
Android (Google) Code Review
commit
90f096f475
@@ -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);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user