Files
frameworks_base/graphics/java/android/graphics
Leon Scroggins III 6419ebff5c Fix .equals call in ImageDecoder
Bug: 154954875
Bug: 143231863
Test: I93b01cb60a8c76110ea2ff4250d0048512629d8d

I9229039b752bafa9a9b85b914a62093dff1eec34 switched from "==" to
".equals", but it did not take into account that Uri#getScheme() can
return null. Switch around the .equals check so that it is called on
SCHEME_CONTENT, which will never be null.

Change-Id: I0df5d2407a32fad0e21e597697af293fbc2fb315
Merged-In: I0df5d2407a32fad0e21e597697af293fbc2fb315
2020-04-28 14:14:30 +00:00
..
2019-03-22 23:26:37 +00:00
2020-01-23 20:43:34 +00:00
2020-01-23 12:41:08 -05:00
2019-12-05 11:28:11 -08:00
2019-05-31 15:16:10 -07:00
2020-04-20 16:13:13 -07:00