2 comments (2 comments)0 reactions (0 reactions)1 assignee (1 assignee)Java33,679 stars (33,679 stars)10,654 forks (10,654 forks)batch import
help wanted
Description
Contributor guide
- Tech stack
- javaandroid
- Domain
- mobile
- Issue type
- bug
- DifficultyEstimated implementation difficulty for a new contributor, from 1 for very small changes to 5 for expert-level work.
- 4
- Estimated timeA rough time range for an experienced contributor to investigate, implement, test, and prepare a pull request.
- 1-3 hours
- Activity statusHow available the issue appears right now: fresh, active, stale, blocked, or waiting on maintainer input.
- blocked
- ClarityHow clearly the issue explains the expected change, acceptance criteria, and next step.
- unclear
- Prerequisites
- basic Android developmentunderstanding of Android WiFi APIs
- Newbie friendlinessA 1-100 score estimating how approachable this issue is for first-time contributors.
- 20
- Research direction
- Investigate the Android 10+ changes to WiFi enable/disable APIs. The existing code in the repository likely uses deprecated methods. Look at the android.net.wifi.WifiManager class and the new connectivity manager APIs. Check the issue comments for any suggested approaches. Refer to Android developer documentation for runtime permissions and changes in behavior for WiFi operations on Android 10 and above. Identify the specific util method that needs to be updated and ensure compatibility with both old and new Android versions.