[android-developers] Android 4.0.3 and finish activity

2012-03-03 Thread winphonedev1
i have Activity A calling activity B, Activity B dials a number and then on the IDLE-OFFHOOK- IDLE state i call ActivityB.this.finish() so that activity A shows on front.. this all worked fine from android 2.3.x.. till 4.0 verison now it doenst work on android 4.0.3 emulator and 4.0.2 samsung

[android-developers] contacts api and motorols atrix 4g

2012-02-24 Thread winphonedev1
i am facing a unique issue with motorola atrix .. while i found this is not an issue with some other phone i use following code to pick a contact Intent intent = new Intent(Intent.ACTION_PICK); intent.setType(ContactsContract.CommonDataKinds.Phone.CONTENT_TYPE); startActivityForResult(intent,