android.accounts包------Account
Account类介绍:
值类型代表在AccountManager中的账号。这个对象实现了Parcelable 并且重写了equals(Object)和hashCode(),使得它可以用做Map中的key。
相关方法:
public int describeContents ()
描述各种包含在Parcelable中配置表现的具有特殊意义的对象。
public void writeToParcel (Parcel dest, int flags)
将这个对象写入Parcel中
还没有评论,来说两句吧...