即时应用屏幕方向

时间:2017-11-10 11:25:35

标签: android android-instant-apps

如何在Android Instant app中禁用屏幕方向???

我用过 的 tr 在每个Manifest文件中(在3个文件中)但它确实有帮助!

2 个答案:

答案 0 :(得分:1)

感谢您报告错误Igor。在即时应用程序中通过Manifest设置screenOrientation的修复工具即将推出。

答案 1 :(得分:0)

你可以做类似的事    来自片段

 getActivity().setRequestedOrientation (ActivityInfo.SCREEN_ORIENTATION_PORTRAIT);  // programmatically


来自活动

setRequestedOrientation (ActivityInfo.SCREEN_ORIENTATION_PORTRAIT);