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

Popular posts from this blog

delphi - How to convert bitmaps to video? -

jasper reports - Fixed header in Excel using JasperReports -

python - ('The SQL contains 0 parameter markers, but 50 parameters were supplied', 'HY000') or TypeError: 'tuple' object is not callable -