When I Send Hashmap With Size More Than 20 In Android 4.1, I Get Crash
When I send HashMap with size more than 20 in android 4.1, I get crash with this log: 10-02 13:13:05.068: ERROR/AndroidRuntime(938): FATAL EXCEPTION: main java.lang.Securit
Solution 1:
You should save Bitmap
s into files and pass their references to another activity. Extra's bundle size has limitations : https://groups.google.com/forum/?fromgroups=#!topic/android-developers/kwmTGz8GAoQ
Answer on this question also should help
Post a Comment for "When I Send Hashmap With Size More Than 20 In Android 4.1, I Get Crash"