-
See doc at https://developer.android.com/reference/android/net/wifi/WifiManager#getConnectionInfo() (formatting/links lost, sorry):
> This method was deprecated in API level 31.
Starting with Buil…
-
Even if app is system, fails to enable data to receive MMS.
Here is the solution:
```java
public void setMobileDataEnabled(Context context, boolean enabled) {
if (PreferenceManager.ge…
-
[This bug](https://github.com/googlemaps/android-maps-compose/issues/332) wasn't solved.
Got it today. Just use a lot of markers in clustering - wait for them to start show on the map and then switc…
-
```
Sometimes programs need to know when the vpn network has been
established/disconnected, and afaik, it's not possible with the standard
android ConnectivityManager notifications. I'm suggesting s…
-
```
Sometimes programs need to know when the vpn network has been
established/disconnected, and afaik, it's not possible with the standard
android ConnectivityManager notifications. I'm suggesting s…
-
In Activity's _onCreate()_ I call:
```
connectivityManager = getSystemService(Context.CONNECTIVITY_SERVICE) as ConnectivityManager
RxNetwork.connectivityChanges(this, connectivityMa…
-
版本号:r_upgrade: ^0.4.2
Attempt to invoke virtual method 'java.lang.String java.io.File.getPath()' on a null object reference
com.example.r_upgrade.common.UpgradeService$UpgradeRunnable.handlerDownl…
-
this is my code: Future connectToWifi(String ssid) async {
try {
var details = await WiFiForIoTPlugin.connect(ssid,
security: NetworkSecurity.NONE, joinOnce: true);
pri…
-
```
Sometimes programs need to know when the vpn network has been
established/disconnected, and afaik, it's not possible with the standard
android ConnectivityManager notifications. I'm suggesting s…
-
## Bug Report
### Context
- **Device:** all
- **Carrier Privileges (Y/N):**
- **Android Version:** all
- **App Version:** all
- **Git Hash:** all
### Description
Fix warnings while compi…