Class android.media.MediaRoute2ProviderService

Removed Methods
void onSetVolume(String, int)  
void onUpdateVolume(String, int)  
 

Added Methods
void notifyRequestFailed(long, int)  
void onSetRouteVolume(long, String, int)  
void onSetSessionVolume(long, String, int)  
 

Changed Methods
void onCreateSession(long, String, String, Bundle) Change in signature from (String, String, long, Bundle) to (long, String, String, Bundle).
 
void onDeselectRoute(long, String, String) Change in signature from (String, String) to (long, String, String).
 
void onReleaseSession(long, String) Change in signature from String to (long, String).
 
void onSelectRoute(long, String, String) Change in signature from (String, String) to (long, String, String).
 
void onTransferToRoute(long, String, String) Change in signature from (String, String) to (long, String, String).
 
 

Removed Fields
long REQUEST_ID_UNKNOWN  
 

Added Fields
int REASON_INVALID_COMMAND  
int REASON_NETWORK_ERROR  
int REASON_REJECTED  
int REASON_ROUTE_NOT_AVAILABLE  
int REASON_UNKNOWN_ERROR  
long REQUEST_ID_NONE