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

Commit f3bcf3e4 authored by Sandeep Jawalkar's avatar Sandeep Jawalkar Committed by Automerger Merge Worker
Browse files

Merge "Adding comments to the to-be deprecated...

Merge "Adding comments to the to-be deprecated SubscriptionManager#switchToSubscription" into tm-dev am: 29571eb0

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



Change-Id: I3eca72fc6420ada27d407bc44ce4a67fbcaebd75
Signed-off-by: default avatarAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
parents f0cea306 29571eb0
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -3216,6 +3216,11 @@ public class SubscriptionManager {
     *
     *  @param subId sub id
     *  @param callbackIntent pending intent that will be sent after operation is done.
     *
     *  to-be-deprecated this API is a duplicate of {@link EuiccManager#switchToSubscription(int,
     *  PendingIntent)} and does not support Multiple Enabled Profile(MEP). Apps should use
     *  {@link EuiccManager#switchToSubscription(int, PendingIntent)} or
     *  {@link EuiccManager#switchToSubscription(int, int, PendingIntent)} instead.
     */
    @RequiresPermission(android.Manifest.permission.WRITE_EMBEDDED_SUBSCRIPTIONS)
    public void switchToSubscription(int subId, @NonNull PendingIntent callbackIntent) {