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

Commit b889329b authored by Muralidhar Reddy Mule's avatar Muralidhar Reddy Mule Committed by Automerger Merge Worker
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 am: 2156ca39

Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/17055634

Change-Id: I8f186f27d9aa99893fe84358067b1feb2071d50d
parents 12b6990c 2156ca39
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);