Android Security 16.0.0 Release 4 (14733871)
Snap for 13197820 from 6b25b1a5069dc1d46a0f2c1ffa8719e946553dc9 to 25Q2-release Change-Id: Ib3b6923e984e8ebe6581e8aa64ef2bc92490372c
Service entitlement library exports the APIs for querying the service status, based on GSMA TS.43 spec.
This lib produces logcat with log tag ServiceEntitlement.
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
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>