[automerger skipped] Merge Android 24Q1 Release (ab/11220357) am: 179538da03 -s ours

am skip reason: Merged-In Ia9af833c26b483723109ab2c26b8f43fd71bbd0c with SHA-1 b12f859a61 is already in history

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

Change-Id: I99b28519b0c94add6fd275d3342e0d4643cdb1f7
Signed-off-by: Automerger Merge Worker <[email protected]>
tree: 6d4c5d5701d2b795f17fcf981d69dabbe55ae303
  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.