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

Commit 4e5f9815 authored by Treehugger Robot's avatar Treehugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Fix apostrophe in the SubscriptionManager::setOpportunistic() method" into main

parents 4aa1a705 3a6ad363
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -3708,7 +3708,7 @@ public class SubscriptionManager {
     * Caller will either have {@link android.Manifest.permission#MODIFY_PHONE_STATE} or carrier
     * privilege permission of the subscription.
     *
     * @param opportunistic whether it’s opportunistic subscription.
     * @param opportunistic whether it's an opportunistic subscription.
     * @param subId the unique SubscriptionInfo index in database
     * @return {@code true} if the operation is succeed, {@code false} otherwise.
     *