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

Commit 6487a2ff authored by Joe LaPenna's avatar Joe LaPenna
Browse files

Mark NetworkScoreManager.requestRecommendations hidden.

There are no instances of this call in master outside of platform.

BUG: 34169232
Test: make update-api; make; fastboot flashall

Change-Id: I4555af5487291097ca3768fdf071c4db7dd21288
parent 6e015391
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -27711,7 +27711,6 @@ package android.net {
    method public boolean clearScores() throws java.lang.SecurityException;
    method public void disableScoring() throws java.lang.SecurityException;
    method public java.lang.String getActiveScorerPackage();
    method public android.net.RecommendationResult requestRecommendation(android.net.RecommendationRequest) throws java.lang.SecurityException;
    method public boolean setActiveScorer(java.lang.String) throws java.lang.SecurityException;
    method public boolean updateScores(android.net.ScoredNetwork[]) throws java.lang.SecurityException;
    field public static final java.lang.String ACTION_CHANGE_ACTIVE = "android.net.scoring.CHANGE_ACTIVE";
+1 −0
Original line number Diff line number Diff line
@@ -419,6 +419,7 @@ public class NetworkScoreManager {
     *         to connect to
     * @throws SecurityException if the caller does not hold the
     *         {@link android.Manifest.permission#REQUEST_NETWORK_SCORES} permission.
     * @hide
     */
    public RecommendationResult requestRecommendation(RecommendationRequest request)
            throws SecurityException {