I developed one application it supports both landscape and portrait.but when i launch my application from another application(Using Intents)orientation is not working(its not rotating when device changes orientation) calling application is supports one orientation(Portrait) is it possible to make my application work in both orientations even it is called from different application which won’t support orientation?
Thanks
Shiv
i think u set the orientation in the activity in the manifest file
remove this and check it