Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 2156ca39 authored by Muralidhar Reddy Mule's avatar Muralidhar Reddy Mule Committed by Android (Google) Code Review
Browse files

Merge "[MEP] UnsupportedOperationException is thrown when carrier app tries to...

Merge "[MEP] UnsupportedOperationException is thrown when carrier app tries to download subscription." into tm-dev
parents b716e344 428d93af
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -746,7 +746,7 @@ public abstract class EuiccService extends Service {
                        result = EuiccService.this.onDownloadSubscription(
                                slotId, portIndex, subscription, switchAfterDownload,
                                forceDeactivateSim, resolvedBundle);
                    } catch (AbstractMethodError e) {
                    } catch (UnsupportedOperationException | AbstractMethodError e) {
                        Log.w(TAG, "The new onDownloadSubscription(int, int, "
                                + "DownloadableSubscription, boolean, boolean, Bundle) is not "
                                + "implemented. Fall back to the old one.", e);