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

Commit 20821c62 authored by Liana Kazanova (xWF)'s avatar Liana Kazanova (xWF) Committed by Android (Google) Code Review
Browse files

Revert "Add telephony_phone_number entry in registerServiceWrappers"

Revert submission 33899979-phone_number_service2

Reason for revert: DroidMonitor: Potential culprit for http://b/424264878 - verifying through ABTD before revert submission. This is part of the standard investigation process, and does not mean your CL will be reverted.

Bug: 424264878

Reverted changes: /q/submissionid:33899979-phone_number_service2

Change-Id: I3297f07635fe0b2f8ee1b64cb156589c6c1fcad4
parent 13e03e7f
Loading
Loading
Loading
Loading
+3 −2
Original line number Diff line number Diff line
@@ -151,9 +151,10 @@ public class TelephonyFrameworkInitializer {
                        ? new SatelliteManager(context) : null
        );

        if (Flags.enablePhoneNumberParsingApi()) {
        // TODO: Do the following after mainline is released to the release branch.
        /*if (Flags.enablePhoneNumberParsingApi()) {
            TelephonyServicesInitializer.registerServiceWrappers();
        }
        }*/
    }

    /**