commit | 7993deb28c2c38edff04eb1b181f26619d5987e1 | [log] [tgz] |
---|---|---|
author | Palak Chaudhary <cryptic@google.com> | Thu Jan 04 11:59:52 2024 +0000 |
committer | Palak Chaudhary <cryptic@google.com> | Tue Jan 09 18:36:06 2024 +0000 |
tree | d6451e136df88973e6d50fc6aa1b3a7f14ca3300 | |
parent | ad3264594a2b1b650ab8bff627012304ab465915 [diff] |
API to get the sdk sandbox uid for an app uid There is an existing API, Process#toSdkSandboxUid() which is a system API and we want to make it public. But the naming is not consistent with the Process#getAppUidForSdkSandboxUid() API. To fix this inconsistency, a new API is added. Creates Process#getSdkSandboxUidForAppUid API which returns the sdk sandbox process uid for the app uid. Bug: 318486754 Test: atest ProcessTest Change-Id: I6dfd2cfbba608c88321d688632196bb4e1e877d1