gpt4 book ai didi

android - setRequestedOrientation 不适用于 Android 智能电视播放器

转载 作者:太空狗 更新时间:2023-10-29 13:24:53 30 4
gpt4 key购买 nike

这里有一个简短的问题。

我有一个简单的 android 应用程序,只有一个 WebView 来显示网页和一个首选项对话框来更改方向。当我选择一个方向时,带有 webview 的 Activity 改变了它的方向(横向或纵向)。我在手机上对此进行了测试并且运行完美,但该应用程序必须在此 Android 电视播放器中运行:

http://global.kworld-global.com/main/prod_in.aspx?mnuid=1248&modid=6&fcid=33&pcid=290&ifid=444&prodid=1814

我对其进行了测试,但没有用,我还下载了两个应用程序以将屏幕“锁定”在特定方向,但也没有用!

会不会跟传感器有关?可能电视播放器没有,而且:

setRequestedOrientation(ActivityInfo.SCREEN_ORIENTATION_PORTRAIT);

如果设备有方向传感器就可以工作吗?

提前致谢,抱歉我的英语不好!

最佳答案

试试这个

<activity android:name=".MyActivity" 
android:screenOrientation="nosensor" ></activity>

将其放入您的 list 中。

The orientation is determined without reference to a physical orientation sensor. The sensor is ignored, so the display will not rotate based on how the user moves the device. Except for this distinction, the system chooses the orientation using the same policy as for the "unspecified" setting.

How to prevent change of orientation when device is tilted?

关于android - setRequestedOrientation 不适用于 Android 智能电视播放器,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/22644122/

30 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com