-
- Downloads
Fix IsolatedUidAllocator for non-primary users.
The UID allocator stores complete UIDs, not app IDs. When removing a UID from the range, we should therefore also use the UID, not the app ID. Also added a test to cover this scenario, which passes with this change. Bug: 146313311 Test: atest ActivityManagerTest Change-Id: I1118ec73dcee5987e12f35aabce5cfa8cbe407a1
Showing
- services/core/java/com/android/server/am/ProcessList.java 1 addition, 3 deletionsservices/core/java/com/android/server/am/ProcessList.java
- services/tests/servicestests/src/com/android/server/am/ActivityManagerServiceTest.java 12 additions, 1 deletion...src/com/android/server/am/ActivityManagerServiceTest.java
Loading
Please register or sign in to comment