Add test cases to verify methods in NearbyManager not work for untrusted app.
Eng team now decided to expose NearbyManager to any app and
methods in NearbyManager need system permission to call
so not misused by untrusted app.
This change add test cases to verify untrusted app will FAIL
to call methods in NearbyManager, also check privileged app
with sufficient permissions can call methods in NearbyManager
without exception.
Mark the following test as @Ignore due to the permission check
for stopXXX not yet implement (b/229338477#comment24):
testNearbyManagerStopScan_fromUnTrustedApp_throwsException
testNearbyManagerStopBroadcast_fromUnTrustedApp_throwsException
Ignore-AOSP-First: nearby_not_in_aosp_yet
Test: atest NearbyIntegrationUntrustedTests
Bug: 229310677
Bug: 229338477
Change-Id: Iadd8890f5351140c110a817b5b5e2efeeb52a114
3 files changed