Class android.telephony.SubscriptionManager

Removed Methods
boolean setMetered(boolean, int)  
String setSubscriptionGroup(int[])  
 

Added Methods
void addSubscriptionsIntoGroup(List<Integer>, ParcelUuid)  
ParcelUuid createSubscriptionGroup(List<Integer>)  
 

Changed Methods
List<SubscriptionInfo> getSubscriptionsInGroup(ParcelUuid) Change in signature from int to ParcelUuid.
 
void removeSubscriptionsFromGroup(List<Integer>, ParcelUuid) Change in return type from boolean to void.
Change in signature from int[] to (List<Integer>, ParcelUuid).