Add support for EAP-AKA authentication bypass

Bypass by running the following commands on a userdebug build, where
<response> should be the expected response from an EAP-AKA request.

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

Test: manual testing
Change-Id: I7b155c70a7d769f27c8bec9e94611be7e528c9cf
2 files changed
tree: c465fdebb82803186cac4b43ee2a03acc2368287
  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.