Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

AccountSettingsActivity: make canAccessWifiSsid live-capable #732

Merged
Prev Previous commit
Next Next commit
Updated comment
Signed-off-by: Arnau Mora <arnyminerz@proton.me>
  • Loading branch information
ArnyminerZ authored and rfc2822 committed May 10, 2024
commit c2aacae2d3f73a84d4a1e284e3df97ed536a3080
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,10 @@ object PermissionUtils {
* 1. location permissions ([WIFI_SSID_PERMISSIONS]) granted (Android 8.1+)
* 2. location enabled (Android 9+)
*
* @return *true* if SSID can be obtained; *false* if the SSID will be <unknown> or something like that
* @return An state that will be:
* - `true` if SSID can be obtained
* - `false` if the SSID will be _unknown_ or something like that
* - `null` never, the state will always have a value
*/
@Composable
ArnyminerZ marked this conversation as resolved.
Show resolved Hide resolved
@ExperimentalPermissionsApi
Expand Down