This change hides the "Send feedback" button when a target for the intent is not found. This will ensure the button is not visible in cases when clicking it would have done nothing. Bug: 283239837 Flag: com.android.settings.flags.datetime_feedback Test: Test: atest TimeFeedbackPreferenceControllerTest.java Change-Id: I8bb18c313925a7dc7ac07a1fb4c2f9e2d98352db
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