commit | 388a4efcdfa1b78b50a9daf97ab41d709aa77afa | [log] [tgz] |
---|---|---|
author | Yuichiro Hanada <yhanada@google.com> | Wed Nov 13 10:57:46 2024 +0900 |
committer | Yuichiro Hanada <yhanada@google.com> | Wed Nov 13 11:01:55 2024 +0900 |
tree | 3147778fe38ecd86fc1441cc2fed003345cebe8e | |
parent | 1af6bb4f4b483c73205912d0cf3ed33299431410 [diff] |
Fix NPE in RotationLockTileDataInteractor.hasSufficientPermission PackageManager.getRotationResolverPackageName() can return null. Receiving the return value of it by non-null type, String, causes the NPE. Flag: EXEMPT bug fix Bug: 378736819 Test: manual - SystemUI boots Change-Id: I8c14fda3f4da82fbefb14914c71f156363624e12