Hi Veer,
Yes, this works. The SMART_BANNER is now landscape. (But still only 93% !)
I used to have the orientation in my AndroidManifest.xml, but I changed that a few month ago
because I wanted to port my applications to Android-TV :
I use the same .apk for both Android *phone* and Android-TV.
In java I detect the kind of device, and :
- For phone my app is sometimes Landscape,
- For Android TV my app may be different from Landscape
I can't do *programming* in the AndroidManifest.xml,
this is the reason why I choose moving the orientation setting to the .java side ...
Maybe, I can always set Landscape in the AndroidManifest.xml, and revert back to Portrait in the .java for Android TV ...
It seems a work around... But At least, I have a solution !
(Also, of course, on Android-TV, I load no AdMob request !)