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

Commit 78fbe770 authored by Muhammed Siju's avatar Muhammed Siju Committed by Linux Build Service Account
Browse files

Telephony: Fix some wrong references in comments.

Fix invalid comments.

Change-Id: Iab083775710fc1f5a75f2f27c3753760dc0577ee
parent a1768aec
Loading
Loading
Loading
Loading
+2 −3
Original line number Diff line number Diff line
@@ -145,9 +145,8 @@ public class WirelessSettings extends SettingsPreferenceFragment implements Inde
    public void onMobileNetworkSettingsClick() {
        log("onMobileNetworkSettingsClick:");
        final Intent intent = new Intent(Intent.ACTION_MAIN);
        log("Qcom Proprietary MobileNetworkSettings Enabled");
        // prepare intent to start MobileNetworkSettings activity from
        // Qcom Proprietary
        log("qti MobileNetworkSettings Enabled");
        // prepare intent to start qti MobileNetworkSettings activity
        intent.setComponent(new ComponentName("com.qualcomm.qti.networksetting",
               "com.qualcomm.qti.networksetting.MobileNetworkSettings"));
        startActivity(intent);