Change the satellite appId to 2016

Bug: 320855137
Test: manual test
1. used the T-mobile SIM ( can voice call , valid SIM )
2. Internet connected
3. Change the entitlement server url string to staging server url
4. Verify that the satellite configuration is included in the response.

Change-Id: I9caf1a7673d35f8bb15fd464b5ad8c3620d1ed43
Merged-In: I9caf1a7673d35f8bb15fd464b5ad8c3620d1ed43
1 file changed
tree: 45ffab3c0824e43633218fbaae3abea72993363c
  1. java/
  2. tests/
  3. Android.bp
  4. coverage.sh
  5. OWNERS
  6. PREUPLOAD.cfg
  7. README.md
  8. TEST_MAPPING
README.md

Service Entitlement

Service entitlement library exports the APIs for querying the service status, based on GSMA TS.43 spec.

How to debug

Log TAG to filter:

  • ServiceEntitlement

Enable logging the PII data:

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.