Why is it possible to write a boolean array to a parcel but not a boolean?

后端 未结 2 1806
我寻月下人不归
我寻月下人不归 2021-01-03 19:59

In the documentation for the Parcel it states a method exists

public final void writeBooleanArray (boolean[] val) 

But there is no method f

2条回答
  •  感情败类
    2021-01-03 20:13

    No reason at all, seems just a miss to me. :-) Write a boolean[1] if you need.

    See bug 5973.

提交回复
热议问题