Can I call the android contact picker and force it to start using portrait orientation? -
i know how force orientation on activities (using xml layout or programatically).
but can force contact picker start in portrait mode?
i call contactpicker using following code:
intent intent = new intent(intent.action_pick, contactscontract.contacts.content_uri); startactivityforresult(intent, contact_picker_req_code);
but can force contact picker start in portrait mode?
no. developer of app handle portrait versus landscape how developer wanted handled.
Comments
Post a Comment