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