goldenXcode / shortyz

Automatically exported from code.google.com/p/shortyz
0 stars 0 forks source link

Fix Issue #51 - Crashes in 4.3 #52

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Return JellyBeanUtil for SDK versions 18 (Android 4.3) *and higher*. Started 
case statement at version 4 since that correspond with Android 1.6, which is 
what the Play Store says is the minimum supported version for Shortyz.

Original issue reported on code.google.com by jtra...@gmail.com on 31 Jul 2013 at 8:48

Attachments:

GoogleCodeExporter commented 9 years ago
Thank you! This fixed the crashing on my Nexus 4 with Android 4.3. I felt that 
the multiple case statements were overkill, so I created an alternative patch 
using if...else if...else if...else statements instead.

Original comment by terrenc...@gmail.com on 2 Aug 2013 at 2:27

Attachments: