[android-developers] Re: Can not start app from Market but works fine from Launcher: com.android.vending crashing

2009-03-15 Thread Stoyan Damov
np, 1 advice though - when showing dialogs, put 2 extra end-of-line chars (\n), otherwise the last line gets clipped on the device (don't know whether it happens on the emulator) This *is* surely a bug w/ the AlertDialog. On Mon, Mar 16, 2009 at 1:49 AM, Parakoos wrote: > > PS. I have released v

[android-developers] Re: Can not start app from Market but works fine from Launcher: com.android.vending crashing

2009-03-15 Thread Parakoos
PS. I have released v.1.0.2 which contains the bug fix. On Mar 15, 11:00 pm, Stoyan Damov wrote: > I just installed it and the bug is really in YOUR code -- the crash in > Market app is another story - someone from the Android engineers > should figure out why Market crashes when it can't launch

[android-developers] Re: Can not start app from Market but works fine from Launcher: com.android.vending crashing

2009-03-15 Thread Parakoos
Hi Stoyan, and thanks for helping me out! I went back and double checked that I have really had the READ_CONTACTS permission, and it was there. Twice. Once as 'uses' and once as 'requires'! It worked fine to start from the Launcher for some reason, but not from the Market. There we go. Stoyan, y

[android-developers] Re: Can not start app from Market but works fine from Launcher: com.android.vending crashing

2009-03-15 Thread Stoyan Damov
I just installed it and the bug is really in YOUR code -- the crash in Market app is another story - someone from the Android engineers should figure out why Market crashes when it can't launch an activity lacking permissions. 03-16 00:58:01.960: WARN/ActivityManager(51): Permission Denial: start