• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..--

java/com/android/libraries/entitlement/25-Apr-2025-9,5294,731

tests/25-Apr-2025-3,9973,176

Android.bpD25-Apr-20253.2 KiB114106

OWNERSD25-Apr-202556 43

PREUPLOAD.cfgD25-Apr-2025107 32

README.mdD25-Apr-2025428 2416

TEST_MAPPINGD25-Apr-202579 87

coverage.shD25-Apr-20252.9 KiB9359

lint-baseline.xmlD25-Apr-20252.4 KiB4843

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.