I am working on an app that tries to target tablets and GoogleTV only
(not phones).
In the manifest we have:
<uses-sdk
android:minSdkVersion="12"
android:targetSdkVersion="12" />
and
<supports-screens
android:largeScreens="false"
android:normalScreens="false"
android:smallScreens="false"
android:xlargeScreens="true" />
Now when running the app on a (3.1) Logitech Revue, it runs in what I
believe to be the 'postage stamp' mode - the apps looks like it is in
portrait mode, with black bars to the left and to the right of the
window. Note that it actually use the landscape layouts though.
Is this expected?
Thanks for your help,
--
BoD
I may be wrong but I think if I enable largeScreens, then the app will be available to certain phones on the Market. We need to limit our app to tablets (and Google TV) only.
In that case, what would be the proper way to do this?
By the way, is there any plan to make GoogleTV declare being xlarge in future versions?
-- BoD