commit | 61ae2f908c3e8aaa3cbba90ea5fbbf6f239a0a1a | [log] [tgz] |
---|---|---|
author | Eric Biggers <ebiggers@google.com> | Fri Feb 23 18:57:44 2024 +0000 |
committer | Eric Biggers <ebiggers@google.com> | Mon Feb 26 22:33:55 2024 +0000 |
tree | 96252cbd98b8272b8e2fa3c8e12091b5cbdaf2d6 | |
parent | 99965ff0f506de360d074c580faf7b5f0f2c32c1 [diff] |
Remove unused methods from android.security.KeyStore Remove methods from android.security.KeyStore that have no real callers. The methods with @UnsupportedAppUsage could be called via reflection by apps targeting an old SDK level. But since there is no valid use case for these and they were already replaced with stubs in Android 12, removing them is allowed by the non-SDK interface policy. Bug: 326508120 Test: presubmit Change-Id: Id742604786e71a212244f7800b9c245cea193057