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

Commit 5ae520ce authored by Amith Yamasani's avatar Amith Yamasani Committed by Android Git Automerger
Browse files

am 95548b39: Merge "Fix GPS icon not showing for secondary users" into lmp-dev

* commit '95548b395d681b0ecfef341058f282f624ae3862':
  Fix GPS icon not showing for secondary users
parents 3df5327b 91dcf1f9
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -62,7 +62,7 @@ public class LocationControllerImpl extends BroadcastReceiver implements Locatio

        IntentFilter filter = new IntentFilter();
        filter.addAction(LocationManager.HIGH_POWER_REQUEST_CHANGE_ACTION);
        context.registerReceiver(this, filter);
        context.registerReceiverAsUser(this, UserHandle.ALL, filter, null, null);

        mAppOpsManager = (AppOpsManager) context.getSystemService(Context.APP_OPS_SERVICE);
        mStatusBarManager