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

Commit 69822632 authored by Tsuwei Chen's avatar Tsuwei Chen Committed by Android Git Automerger
Browse files

am f4ada994: am b2ae0d6f: am e6e4b2bf: Merge "Fix an incorrect behavior that...

am f4ada994: am b2ae0d6f: am e6e4b2bf: Merge "Fix an incorrect behavior that failed AT&T privacy test." into lmp-dev

* commit 'f4ada994f91bcdfcb421d76faa8ea84540815e7c':
  Fix an incorrect behavior that failed AT&T privacy test.
parents f8b1d132 7bf6114c
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,