Name | Date | Size | #Lines | LOC | ||
---|---|---|---|---|---|---|
.. | - | - | ||||
java/com/android/libraries/entitlement/ | 14-Jan-2024 | - | 9,204 | 4,577 | ||
tests/ | 15-Dec-2024 | - | 3,579 | 2,793 | ||
Android.bp | D | 15-Dec-2024 | 3.2 KiB | 114 | 106 | |
OWNERS | D | 14-Jan-2024 | 56 | 4 | 3 | |
PREUPLOAD.cfg | D | 14-Jan-2024 | 107 | 3 | 2 | |
README.md | D | 14-Jan-2024 | 428 | 24 | 16 | |
TEST_MAPPING | D | 14-Jan-2024 | 79 | 8 | 7 | |
coverage.sh | D | 14-Jan-2024 | 2.9 KiB | 93 | 59 | |
lint-baseline.xml | D | 15-Dec-2024 | 2.4 KiB | 48 | 43 |
README.md
1# Service Entitlement 2 3Service entitlement library exports the APIs for querying the service status, based on GSMA TS.43 4spec. 5 6## How to debug 7 8### Log TAG to filter: 9* ServiceEntitlement 10 11 12### Enable logging the PII data: 13Grand the permission: 14 15```shell 16adb root 17``` 18 19Enable by system property: 20 21```shell 22adb shell setprop dbg.se.pii_loggable true 23``` 24NOTE Debug option only available on devices which is built as userdebug.