gpt4 book ai didi

android - 在 Android 中将 "USER_ROTATION"用于低于 11 的 API(解决方法?)

转载 作者:可可西里 更新时间:2023-11-01 18:49:09 26 4
gpt4 key购买 nike

在我的应用程序中,我使用以下命令:

Settings.System.putInt(getContentResolver(), Settings.System.USER_ROTATION, m_lockedInOrientation)

Android site 中所述这将在 android 找不到时设置默认方向。 :

Default screen rotation when no other policy applies. When ACCELEROMETER_ROTATION is zero and no on-screen Activity expresses a preference, this rotation value will be used.

目前,这是我的应用无法在 Android 2.X 上运行而只能在 3.X+ 上运行的唯一原因......
有没有人知道解决方法?

最佳答案

 //vetical position
setRequestedOrientation(ActivityInfo.SCREEN_ORIENTATION_PORTRAIT); // Make to run your application only in portrait mode
//HORIZONDEL setRequestedOrientation(ActivityInfo.SCREEN_ORIENTATION_SCREEN_ORIENTATION_LANDSCAPE);

关于android - 在 Android 中将 "USER_ROTATION"用于低于 11 的 API(解决方法?),我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/15728651/

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