Fixed
Status Update
Comments
am...@google.com <am...@google.com>
am...@google.com <am...@google.com> #2
Thank you for the feedback. We’ve shared this with our product and engineering teams for possible consideration.
da...@gmail.com <da...@gmail.com> #3
Hey someone is hacking my ip adress
am...@google.com <am...@google.com> #4
These commands have been added in Android 11. Please look for it in the beta distribution:
% adb shell cmd wifi help
% adb shell cmd wifi help
lb...@gmail.com <lb...@gmail.com> #5
@4 Is there also some official framework API for this?
Does it include batch adding?
Does it include batch adding?
am...@google.com <am...@google.com> #6
*Is there also some official framework API for this?
The deprecated APIs are available to the shell.
*Does it include batch adding?
A shell command can be batched using shell scripts, i.e. create a batch around the shell command.
The deprecated APIs are available to the shell.
*Does it include batch adding?
A shell command can be batched using shell scripts, i.e. create a batch around the shell command.
lb...@gmail.com <lb...@gmail.com> #7
@6 I meant using Android framework, meaning making an app that does it, without root.
Both questions are about Android framework.
Both questions are about Android framework.
Description
Please provide an alternative, via adb.
The new API is really restricted and does not offer to restore any number of Wifi networks and won't work if the app gets removed.
At least via adb, it will be possible to do it for app development, testing, and for power users (via root).