diff options
| author | 2023-01-24 03:33:20 +0000 | |
|---|---|---|
| committer | 2023-02-06 19:03:28 +0000 | |
| commit | 44999c7c8e2499bc74779be310e7e1194518a3a7 (patch) | |
| tree | 24116b3b158723790fbeb80c44ee02d008ac110b /libs/androidfw/ApkParsing.cpp | |
| parent | a19b311091958cccc30e02d49b0b34f6e4ca9550 (diff) | |
After this change, when user enters a screen, an assist structure will be generated and sent along a field classification request to pcc
classification service.
When user enters a screen, a new session will be created. Inside session creation, session#updateLocked() will be
called and it checks for the flag FLAG_PCC_DETECTION. If the flag is set, it will request autofill data with a PccAssistDataReceiverImpl
instance. This instance would then send a field classification request
after it receives the asssit structure from activity manager.
This change is guarded by PCC_ENABLED flag.
Bug:b/266582009, b/261107376
Change-Id: I636cb6480fcfbe6812de347e94814ccd0a0b7b79
Diffstat (limited to 'libs/androidfw/ApkParsing.cpp')
0 files changed, 0 insertions, 0 deletions