Use IntroPreference to show apps' icon and label in (1) App info > App battery usage page (2)App info > App battery usage > Allow background usage Bug: 349652542 Test: visual Flag: EXEMPT flag by System prop Change-Id: I44f3369e48f073d98455fcab3ccd10ffecdb8d66
Running Settings Robolectric tests
The full suite
$ croot
$ atest SettingsRoboTests
Running a single test class
With a filter
$ croot
$ atest SettingsRoboTests:com.android.settings.display.AdaptiveSleepPreferenceControllerTest
You can also run any single test class with atest (it will try to find the correct path)
$ atest AdaptiveSleepPreferenceControllerTest