commit | f1e50acb913b053c28dc04eff8db2020cb5447a5 | [log] [tgz] |
---|---|---|
author | Winson Chiu <chiuwinson@google.com> | Thu Oct 20 22:22:08 2022 +0000 |
committer | Winson Chiu <chiuwinson@google.com> | Tue Nov 29 18:03:57 2022 +0000 |
tree | b9a10cb7f56aac1faea3eac5a2b39efa55810552 | |
parent | 6e67aa16bd630465c8494f889c3ec54637b9aba3 [diff] |
Expose AndroidPackage#getStorageUuid The system internally passes around a String, but to mirror the public ApplicationInfo API, PackageState and related infrastructure will act on real UUIDs. These can be converted with StorageManager#convert, although it's expected that any exposed @SystemApi methods will just take the UUID as a paramter. Bug: 254029038 Test: atest AndroidPackageTest Change-Id: I93e0f04b4d5c93cd534d393057f2c0d7f61418df