Hi,
On Jul 5, 9:36 am, Renas Reda <
renasr...@gmail.com> wrote:
> Hi Matthias,
>
> When you have the activity you can use:
> activity.setRequestedOrientation(orientation); That will set the
> orientation for that activitiy.
>
> /Renas
I'm fairly sure I tried that before and it didn't work (i.e.
onSaveInstanceState() and onRestoreInstanceState() were not called),
but I'll give it another shot. Do you have a working example maybe?