In some countries the rules is very strict about responsibility and liability around location data during emergency calls. The purpose of this feature is to notify end user that the location information will be shared for calls over wifi calling. Test: manual - Checked that WFC locatopn privacy policy is shown when changing wifi calling setting to turned on. Test: auto - Passed LocationPolicyDisclaimerTest. Bug: 67872298 Change-Id: I03895743fb8da95269069ad7eda9a7b3e282857e
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.