Correctly parcel LongSparseArray<String>
Before we just cast Object[] to String[]. This crashes. Now we are casting the individual objects->strings. Test: Parceled LongSparseArray Change-Id: I24883a1dad49c0682977da1aea2370eddb001173
Loading
Please register or sign in to comment