commit | 8c5979232ddda0d51ff78da88c8fed6c49beefb8 | [log] [tgz] |
---|---|---|
author | Nan Wu <wnan@google.com> | Wed Sep 25 18:44:16 2024 +0000 |
committer | Nan Wu <wnan@google.com> | Thu Sep 26 13:13:50 2024 +0000 |
tree | cd06b8a16f53f51e4782f1f4d09be1e1a5326ec1 | |
parent | 04fb2c4d8904375e8bfdc01be6832731505f6b3d [diff] |
Fix PackageStateTest fails on Intent.getExtraIntentKeys The test complains this method returns null. The test is to confirm the collection is returns is immutable. I don't plan to make this method returns an immutable collection, so add this method to the exception list similar to Intent.getCategories method. Bug: 369445340 Test: atest PackageStateTest#collectionImmutability Flag: TEST_ONLY Change-Id: I38aac9cf86609d32014fb0a6d992fdf3dc77fe00