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

Commit c6bba4b5 authored by Jeff Davidson's avatar Jeff Davidson Committed by Android (Google) Code Review
Browse files

Merge "Fix Javadoc errors in CarrierService."

parents 04ce2fb8 8e1a4931
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -107,12 +107,12 @@ public abstract class CarrierService extends Service {
     * <p>
     * Requires Permission:
     *   {@link android.Manifest.permission#MODIFY_PHONE_STATE MODIFY_PHONE_STATE}
     * Or the calling app has carrier privileges.
     *   @see {@link android.telephony.TelephonyManager#hasCarrierPrivileges}
     * or the calling app has carrier privileges.
     *
     * @param active Whether the carrier network change is or shortly will be
     *               active. Set this value to true to begin showing
     *               alternative UI and false to stop.
     * @see android.telephony.TelephonyManager#hasCarrierPrivileges
     */
    public final void notifyCarrierNetworkChange(boolean active) {
        try {