https://bugs.kde.org/show_bug.cgi?id=436904
Krzysztof Dziembała <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #1 from Krzysztof Dziembała <[email protected]> --- I think that it isn't the same problem that asalmaubijiayam is facing, but in my case (Android 13) the button doesn't appear, because TrustedNetworkHelper.currentSSID() always gets "<unknown ssid>" as the Wi-Fi SSID. The currently used API (https://developer.android.com/reference/android/net/wifi/WifiManager#getConnectionInfo%28%29) was deprecated in Android 12 (API level 31) and the SSID of current network on newer systems (Android 12+) can be obtained by registering a callback with FLAG_INCLUDE_LOCATION_INFO. -- You are receiving this mail because: You are watching all bug changes.
