59e1e6425861a91d82e9f8dbc2d840e7cea07169
AppStateAppOpsBridge#getEntries returns null if no app is requesting AppStateAppOpsBridge#mPermissions, which would cause the settings app to crash in AppStateAppOpsBridge#loadAllExtraInfo or AppStateAppOpsBridge#loadAppOpsStates. Try to skip null case here and set null for extraInfo when we get null from AppStateAppOpsBridge#getEntries. Change-Id: Iac03ec11869eeac62fa055da26b4b7a10dc65bb8 Fix: 147479269 Test: Open All files access and no crash.
Description
No description provided
Languages
Java
89.8%
Kotlin
10.2%