commit | f4a950d7cdb59ecdf06b127e5e8ea098b74c7acc | [log] [tgz] |
---|---|---|
author | Hyosun Kim <[email protected]> | Fri Dec 15 16:48:46 2023 +0000 |
committer | Hyosun Kim <[email protected]> | Tue Dec 19 06:38:09 2023 +0000 |
tree | a8807f03242e67df9541b2096b85b32826524000 | |
parent | b12f859a61a247b984e2745cc2f362fc14527b57 [diff] |
To check the eligibility of satellite service, add satellite app Id. 1. add a satellite app id Bug: 306670992 Test: atest SatelliteControllerTest Test: atest TeleServiceTests Test : Manually test with mock entitlement server for satellite (ag/25356673). 1. Check if a query is triggered when data is connected or CarrierConfigChanged is received. 2. Check if the first query's response with a satellite service enabled triggers internally satellite enabled. 3. Check if a query is not made before the refresh time. 4. Check if the next query's response with a satellite service disabled triggers internally satellite disabled. Change-Id: I5ac6555e943ed9603aad0690d60ed75a851242da
Service entitlement library exports the APIs for querying the service status, based on GSMA TS.43 spec.
Grand the permission:
adb root
Enable by system property:
adb shell setprop dbg.se.pii_loggable true
NOTE Debug option only available on devices which is built as userdebug.