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

Commit fa5bd181 authored by Michael W's avatar Michael W Committed by Bruno Martins
Browse files

Telecom: Adapt to the new location of SensitivePhoneNumbers

* For an explanation, see the other patch(es) of the topic

Change-Id: I45f2372dcf3aa20a2606bfb91e3763e2e372d0fc
parent 7696e2ac
Loading
Loading
Loading
Loading
+4 −1
Original line number Diff line number Diff line
@@ -2,7 +2,10 @@
android_app {
    name: "Telecom",
    libs: ["telephony-common"],
    static_libs: ["org.lineageos.platform.internal"],
    static_libs: [
        "org.lineageos.platform.internal",
        "org.lineageos.lib.phone",
    ],
    srcs: [
        "src/**/*.java",
        "proto/**/*.proto",
+1 −1
Original line number Diff line number Diff line
@@ -45,7 +45,7 @@ import com.android.internal.telephony.CallerInfo;
import com.android.internal.telephony.SubscriptionController;
import com.android.server.telecom.callfiltering.CallFilteringResult;

import org.lineageos.internal.phone.SensitivePhoneNumbers;
import org.lineageos.lib.phone.SensitivePhoneNumbers;

import java.util.Arrays;
import java.util.Locale;