[android-developers] unsubscribe

2009-11-18 Thread Sou Dai
-- All those moments will be lost in time, just like tears in rain. -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe from this group, send email to

Re: [android-developers] Re: Android Market Anti-Piracy

2009-11-16 Thread Sou Dai
To be honest, I don't like the unknown permitssion. I have ever used an input method which is amazing. But it needs locating permitssion. I don't know why. So, I abandoned it. 2009/11/17 Jason Van Anden jason.van.an...@gmail.com On Mon, Nov 16, 2009 at 4:17 PM, nEx.Software

[android-developers] Proceeding the GPS information in a photo

2009-11-16 Thread Sou Dai
Would any one help me with this? I want to pick a photo from the device with: Intent intent = new Intent(Intent.ACTION_GET_CONTENT, null); intent.setType(image/*); //intent.putExtra(crop, true);