Class android.service.controls.ControlsProviderService

Removed Methods
void loadAvailableControls(Consumer<List<Control>>)  
Publisher<Control> publisherFor(List<String>)  
Publisher<Control> publisherForAllAvailable()  
Publisher<Control> publisherForSuggested()  
 

Added Methods
Publisher<Control> createPublisherFor(List<String>)  
Publisher<Control> createPublisherForAllAvailable()  
Publisher<Control> createPublisherForSuggested()  
 

Changed Methods
boolean onUnbind(Intent) Method was inherited from android.app.Service, but is now defined locally. Change from non-final to final.