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

Commit 3a6ad363 authored by Aleksander Morgado's avatar Aleksander Morgado
Browse files

Fix apostrophe in the SubscriptionManager::setOpportunistic() method

The public documentation showed it as:
   "whether it\u2019s opportunistic subscription."

Bug: None
Test: Build successful
Flag: DOCS_ONLY

Change-Id: I1a6d5e6a7af8e4f79eb10338ab6f5f88097f98d7
parent ea6fd957
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.
     *