Apply suggestions from code review [skip ci]

This commit is contained in:
oSumAtrIX 2023-01-23 02:46:27 +01:00 committed by GitHub
parent c2296fed8e
commit 9044ef6384

View File

@ -14,7 +14,7 @@ import androidx.annotation.RequiresApi;
public class SpoofWifiPatch {
// Used in order to check what the (real or fake) active network is (take a look at `hasTransport`)
// Used to check what the (real or fake) active network is (take a look at `hasTransport`).
private static ConnectivityManager CONNECTIVITY_MANAGER;
// If Wifi is not enabled, these are types that would pretend to be Wifi for android.net.Network (lower index = higher priority).