Traverse all users to look up the names of the appId
In #dumpQueries, it uses appId as UID. This results in that it only queries for appId on user 0. If the given appId is only installed on the other user, we would fail to get the package name. Bug: 165901712 Test: manually install an application on the secondary user, and use 'dumpsys package queries' to check whether '[app id <AID> not installed]'(previous '[unknown app id <AID>]') still exists. Change-Id: I783aec7f8b52099519365b75acddffe59dd50003
Loading
Please register or sign in to comment