Hi,

Some of my users with Jelly Bean (not all) are complaining my app crashes.
>From questioning them about where exactly the app crashed, I think this is
the code that causes the problem (Don't have a JB device myself so I can't
debug)

Intent chooseFile;
chooseFile = new Intent(Intent.ActionGetContent);
chooseFile.SetType("file/*");
StartActivityForResult(chooseFile, 1);

Compiled both with 4.2.4 and 4.2.5

Some JB devices have no problems, but I'm not sure what ROM people are
using.

Is there anything here that could cause a crash?

Thanks
Yair




--
View this message in context: 
http://mono-for-android.1047100.n5.nabble.com/Jelly-Bean-issues-tp5711707.html
Sent from the Mono for Android mailing list archive at Nabble.com.
_______________________________________________
Monodroid mailing list
Monodroid@lists.ximian.com

UNSUBSCRIBE INFORMATION:
http://lists.ximian.com/mailman/listinfo/monodroid

Reply via email to