Merge "Call e.rethrowFromSystemServer() to exception of setDefaultSmsSubId"

This commit is contained in:
Shuo Qian
2019-02-14 02:59:09 +00:00
committed by Gerrit Code Review

View File

@@ -1863,7 +1863,7 @@ public class SubscriptionManager {
iSub.setDefaultSmsSubId(subscriptionId);
}
} catch (RemoteException ex) {
// ignore it
ex.rethrowFromSystemServer();
}
}