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

Commit 566ebfde authored by Tsuwei Chen's avatar Tsuwei Chen
Browse files

Fix an incorrect behavior that failed AT&T privacy test.

Bug: 17278951

Change-Id: I8b8bf4ed19af8738e7cef3553c8a06f7e27c7264
parent 33ae07ab
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -289,7 +289,7 @@ public class GpsNetInitiatedHandler {
                        + " mPopupImmediately: " + mPopupImmediately
                        + " mInEmergency: " + getInEmergency());

        if (getLocationEnabled() && !getInEmergency()) {
        if (!getLocationEnabled() && !getInEmergency()) {
            // Location is currently disabled, ignore all NI requests.
            try {
                mNetInitiatedListener.sendNiResponse(notif.notificationId,