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

Commit 8e1a4931 authored by Jeff Davidson's avatar Jeff Davidson
Browse files

Fix Javadoc errors in CarrierService.

Test: Verified in IntelliJ's Javadoc viewer.
Change-Id: I449a57648b0aa89ba2a9360bfc9b5bad2f9b0d51
parent 7fdf3818
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 {