我已将修复方向作为肖像给我的应用。我正在使用Chrome自定义标签打开另一个网站,但是此属性无法设置为Chrome自定义标签以保持纵向。它改变了方向。 在清单中我设置了像
这样的活动<activity
android:name=".uicontent.carrental.ZoomCarDrawerActivity"
android:configChanges="keyboardHidden|orientation|screenSize"
android:launchMode="singleTask"
android:noHistory="false"
android:screenOrientation="portrait"
android:theme="@style/AppTheme"
android:windowSoftInputMode="adjustPan" />
谢谢。