[android-developers] onactivityresult() does not return any changed result

2010-10-08 Thread parag
hi all, i am facing a problem with resulcode onActivityResult(); i have an activity, which opens up the system date and time activity.. startActivityForResult(new Intent( android.provider.Settings.ACTION_DATE_SETTINGS), 0); when i make any change, consider i change the date format, and i come

Re: [android-developers] onactivityresult() does not return any changed result

2010-10-08 Thread Mark Murphy
On Fri, Oct 8, 2010 at 7:12 AM, parag parag.shetgaon...@gmail.com wrote: i am facing a problem with resulcode onActivityResult(); i have an activity, which opens up the system date and time activity.. startActivityForResult(new Intent( android.provider.Settings.ACTION_DATE_SETTINGS), 0);