commit | 068713f60c377f87980f1d6fca5f3fe8e748d174 | [log] [tgz] |
---|---|---|
author | Pavel Maltsev <pavelm@google.com> | Fri Dec 13 11:47:21 2019 -0800 |
committer | Pavel Maltsev <pavelm@google.com> | Fri Dec 13 14:29:06 2019 -0800 |
tree | 34a7af69ab59fb8b7f49f18e17e87ae1b6b3e84a | |
parent | 05bc7cc4a1e20d5e4fcb4d2c685910577007851c [diff] |
Fix UsbSerialReder for multi-user When UsbSerialReader checks for package it needs to request package for the calling user, because UsbSerialReader runs in system_proccess under u0 and the calling package may not be installed for that user. Fixes: 146079090 Test: flash and verify that UsbDevice#getSerial() returns correct string (used to return null before the fix) Change-Id: I637673165dd364f4728e587a59897184ea5b5620