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 6679e6ee45
commit 84257a7348

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).