Android Security 16.0.0 Release 4 (14733871)
Snap for 13197820 from 6b25b1a5069dc1d46a0f2c1ffa8719e946553dc9 to 25Q2-release

Change-Id: Ib3b6923e984e8ebe6581e8aa64ef2bc92490372c
tree: 49726175c4f652ea669d1fbf3050999caf25b13f
  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

This lib produces logcat with log tag ServiceEntitlement.

Enable logging the raw HTTP request / response / headers

Such log is not enabled by default since it contains sensitive device identifiers.

To enable, set the system property below, with ROOT:

NOTE This is only supported on devices of userdebug builds.

adb root
adb shell setprop dbg.se.pii_loggable true

EAP-AKA auth test

For testing purpose, it may be helpful to make the device under test return a specified response to EAP-AKA challenge.

To do so, set the system property below, with ROOT:

NOTE This is only supported on devices of userdebug builds.

adb root
adb shell setprop persist.entitlement.fake_eap_aka_response <response>