registernet

Results 2 comments of registernet

Well, I want to, but it's a little awkward that I don't know how.

To solve this problem, add this code at the end of the method getData(Intent intent, String key, Class clz, Object defValue) of autogo.utils.IntentUtils: else if (Serializable.class.isAssignableFrom(clz)) { return checkNull(intent.getSerializableExtra(key), defValue);...