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

Support for Android 11 #159

Merged
merged 170 commits into from
Jul 4, 2020
Merged

Support for Android 11 #159

merged 170 commits into from
Jul 4, 2020

Conversation

Mygod
Copy link
Owner

@Mygod Mygod commented May 28, 2020

  • Support Ethernet/NCM tethering
  • Bypass tethering entitlement check if installed as system app
  • Migrate to TetheringEventCallback
  • Support hidden SSID
  • Investigate Landroid/net/wifi/p2p/WifiP2pManager;->WIFI_P2P_PERSISTENT_GROUPS_CHANGED_ACTION:Ljava/lang/String;,greylist-max-o -> Landroid/net/wifi/p2p/WifiP2pManager;->ACTION_WIFI_P2P_PERSISTENT_GROUPS_CHANGED:Ljava/lang/String;,system-api,whitelist
  • https://issuetracker.google.com/issues/158906612
  • Lcom/android/internal/R$integer;->config_wifi_framework_soft_ap_timeout_delay:I,greylist-max-o -> Landroid/net/wifi/SoftApConfiguration;->getShutdownTimeoutMillis()J,system-api,whitelist, Landroid/net/wifi/SoftApConfiguration;->isAutoShutdownEnabled()Z,system-api,whitelist
  • New SoftApConfiguration: BAND_*, SECURITY_TYPE_*
  • Landroid/net/wifi/WifiManager;->startLocalOnlyHotspot(Landroid/net/wifi/SoftApConfiguration;Ljava/util/concurrent/Executor;Landroid/net/wifi/WifiManager$LocalOnlyHotspotCallback;)V,system-api,whitelist (moved to [Feature] Use fixed configuration for temporary hotspot (Android 11+) #166)
  • Landroid/net/wifi/WifiManager;->startTetheredHotspot(Landroid/net/wifi/SoftApConfiguration;)Z,system-api,whitelist (moved to [Feature] Use alternative configuration for system Wi-Fi hotspot (Android 11+) #167)
  • Target Android 11 (delayed until forced)

@Mygod Mygod changed the title Support for R Support for Android 11 May 28, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant