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

Commit 5f0502d3 authored by Rambo Wang's avatar Rambo Wang
Browse files

Update the javadoc of TM#addCarrierPrivilegesListener

The deprecated method TM#addCarrierPrivilegesListener is replaced
by registerCarrierPrivilegesCallback, not the unregister one.

Bug: 216549778
Test: m offline-sdk-docs
Change-Id: I38d03e3921112c313f3c1d204ed04f6e1756ff39
parent fb8919fa
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -16870,7 +16870,7 @@ public class TelephonyManager {
     * @param executor The executor where {@code listener} will be invoked
     * @param listener The callback to register
     * @hide
     * @deprecated Use {@link #unregisterCarrierPrivilegesCallback} instead. This API will be
     * @deprecated Use {@link #registerCarrierPrivilegesCallback} instead. This API will be
     * removed prior to API finalization.
     */
    @Deprecated