Skip to content
This repository was archived by the owner on Sep 9, 2024. It is now read-only.
This repository was archived by the owner on Sep 9, 2024. It is now read-only.

Android 11 support with Suggestion+add network action #91

Description

@pauldekkers

Use Suggestions with ACTION_WIFI_ADD_NETWORKS to add networks properly in a build compatible for Android 11, so the networks end up in the users managed network list.

https://developer.android.com/guide/topics/connectivity/wifi-suggest
https://developer.android.com/reference/android/provider/Settings?hl=en#ACTION_WIFI_ADD_NETWORKS

It should work both with minSdkVersion = 30 and targetSdkVersion = 30 (to upload an Android 11 specific build) as well as the existing settings for a more generic .apk.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Labels

No labels
No labels

Type

No type

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions