NFC Panel only shows the NFC setting slice, for now. Title is "NFC", and See More takes you to the Advanced Device Connectivity page. Possibly use cases would be for apps that need to enable NFC for their peripheral, or accessory. Test: Manual App Test: robotest Change-Id: I8538fd0e4501fb83672418591616f28bf2436645 Fixes: 120142616
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.