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

Commit 15234b39 authored by Arne Coucheron's avatar Arne Coucheron
Browse files

Revert "Telephony: Fix some wrong references in comments."

This reverts commit 78fbe770.

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