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

Commit e1bdbd21 authored by Bartosz Fabianowski's avatar Bartosz Fabianowski Committed by Android Partner Code Review
Browse files

Merge "Remove wifiConfiguration.isVisibleToUser()" into mm-wireless-dev

parents 32356177 00144e8d
Loading
Loading
Loading
Loading
+0 −5
Original line number Diff line number Diff line
@@ -1754,11 +1754,6 @@ public class WifiConfiguration implements Parcelable {
        return 0;
    }

    /** @hide */
    public boolean isVisibleToUser(int userId) {
        return shared || (UserHandle.getUserId(creatorUid) == userId);
    }

    /** @hide */
    public void setPasspointManagementObjectTree(String passpointManagementObjectTree) {
        mPasspointManagementObjectTree = passpointManagementObjectTree;