We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
如题,求解。 我在AndroidManifest文件中已经配置了
<activity android:name=".module.home.HomeActivity" android:configChanges="orientation|keyboardHidden|screenSize"> </activity>
谢谢
The text was updated successfully, but these errors were encountered:
你再加个 android:screenOrientation="sensor" 试试
Sorry, something went wrong.
加上 android:screenOrientation="sensor" 應該是可以的。 但是為什麼必須加上這一句才可以呢。 我新建一個普通的工程,直接就可以。 樓主可以告知原因麼? 謝謝。
这也是我遇到过的问题,我没具体查到明确要加这个属性的相关说明,我是在设置旋转监听器的时候出现的问题,后面没找时间去仔细调了
No branches or pull requests
如题,求解。
我在AndroidManifest文件中已经配置了
谢谢
The text was updated successfully, but these errors were encountered: