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

Commit 5aaf5bed authored by Jeff Davidson's avatar Jeff Davidson Committed by Android Git Automerger
Browse files

am 9f920587: Merge "Don\'t request network scores before boot completes." into lmp-dev

* commit '9f9205879c82face0bc8e7e25f55717521541c3d':
  Don't request network scores before boot completes.
parents 3f988ad4 acb5b7f0
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -236,6 +236,7 @@ public class NetworkScoreManager {
        }
        Intent intent = new Intent(ACTION_SCORE_NETWORKS);
        intent.setPackage(activeScorer);
        intent.setFlags(Intent.FLAG_RECEIVER_REGISTERED_ONLY_BEFORE_BOOT);
        intent.putExtra(EXTRA_NETWORKS_TO_SCORE, networks);
        mContext.sendBroadcast(intent);
        return true;