Profile page:
1) When I click on camera..It asks me to give permission. Ideally, the camera should open after I gave initial permission. But I had to click the camera icon again to get the camera up.
2) Save or cancel are not closing the page.
3) For some reason, after my profile info is saved the first time, I am not able to click on the edit text again to change
4) In any window, once the edit text has any value, cursor should be at the end of that string. et.setSelection(et.getText().length());
Profile page: 1) When I click on camera..It asks me to give permission. Ideally, the camera should open after I gave initial permission. But I had to click the camera icon again to get the camera up. 2) Save or cancel are not closing the page. 3) For some reason, after my profile info is saved the first time, I am not able to click on the edit text again to change 4) In any window, once the edit text has any value, cursor should be at the end of that string. et.setSelection(et.getText().length());