Make resources get package updates for all users
Previously when resources registered its package monitor for package updates it wasn't passing a UserHandle so it was only getting updates for the system user. This has caused various RRO issues when apps were installed or updated. With this change we request updates for all users which fixes some of the major issues we have seen. Fixes: 306097922 Test: running `atest com.google.android.carui.ats.AtsCarUiDeviceTest` Change-Id: I3019614a15492910d06107489cd03ecf75360baf
Loading
Please register or sign in to comment