Prevent NPE in getSliceDescendants
Since acquireUnstableContentProviderClient returns a nullable value, it is better to check for null to avoid an NPE and gracefully return an empty collection instead. Bug: 179684490 Test: make Change-Id: Icb6cc66a8a347e710b8f0e34e4134000de2b2663
Loading
Please register or sign in to comment