Only one item was left "reset wi-fi, mobile & bluetooth" which is also an option in Reset. So we're just removing it so that there's no overflow menu at all. Change-Id: I0298192667fb4ac2f58f51232ae2da1842e6c27e Fixes: 77986130 Test: robotests
Running Settings Robolectric tests
The full suite
$ croot
$ make RunSettingsRoboTests
Running a single test class
$ croot
$ make RunSettingsRoboTests ROBOTEST_FILTER=<ClassName>
For example:
make RunSettingsRoboTests ROBOTEST_FILTER=CodeInspectionTest
You can also use partial class name in ROBOTEST_FILTER. If the partial class name matches multiple file names, all of them will be executed.