[automerger skipped] Change the satellite appId to 2016 am: 1b4bffff8f am: 7abb467ba0 -s ours

am skip reason: Merged-In I9caf1a7673d35f8bb15fd464b5ad8c3620d1ed43 with SHA-1 90d6113b2a is already in history

Original change: https://android-review.googlesource.com/c/platform/frameworks/libs/service_entitlement/+/2918965

Change-Id: Id6a645d67023da0b50daac4a08170bc56d286804
Signed-off-by: Automerger Merge Worker <[email protected]>
tree: 171a0ea7dd82a7ec32962448cf41089b3e649778
  1. java/
  2. tests/
  3. Android.bp
  4. coverage.sh
  5. lint-baseline.xml
  6. OWNERS
  7. PREUPLOAD.cfg
  8. README.md
  9. 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.