Add integration test case for Settings.Secure.FAST_PAIR_SCAN_ENABLED.
This test ensure FAST_PAIR_SCAN_ENABLED available as System API and
can enable/disable by privileged app. For untrusted app, check that
FAST_PAIR_SCAN_ENABLED is in read only mode.
Test: atest NearbyIntegrationPrivilegedTests NearbyIntegrationUntrustedTests
BUG: 215862502
Change-Id: I8d72fc750acf05c59063d937c86a7b815d31dd45
diff --git a/nearby/tests/integration/untrusted/Android.bp b/nearby/tests/integration/untrusted/Android.bp
index 5736dde..53dbfb7 100644
--- a/nearby/tests/integration/untrusted/Android.bp
+++ b/nearby/tests/integration/untrusted/Android.bp
@@ -26,6 +26,7 @@
"androidx.test.ext.junit",
"androidx.test.rules",
"junit",
+ "kotlin-test",
"truth-prebuilt",
],
test_suites: ["device-tests"],