Fix UnsupportedOperationException
Arrays.asList() returns a fixed-size list and an UnsupportedOperationException will be thrown if `remove(element)` is called on it. Merged-In: I1afae70422a8592f7c255d3ac8f16d53f3b8639e Change-Id: I1afae70422a8592f7c255d3ac8f16d53f3b8639e BUG: 276395232 Test: builds (cherry picked from commit 406d51ad)
Loading
Please register or sign in to comment