Fix crash in SipUtil

Arrays.asList returns an internal implementation of ArrayList
which does not implement the add method. Explicitly create a
new ArrayList since we want to add to it.

Bug: 17473059
Change-Id: I077999c26468f53e6f6230258be5c9b5abce9bdc
1 file changed