我正在尝试使用android:resizeableActivity="false"清单文件中的内部应用程序标记禁用多窗口支持 .但它显示了这个警告 -
Attribute resizeableActivity is only used in API level 24 and higher (current min is 15)
然后我用" 使用工具抑制:TargetApi属性 ".这给了我RuntimeException: Worker exited due to exception:
我现在应该怎么做 ?
Attribute resizeableActivity is only used in API level 24 and higher (current min is 15)
Run Code Online (Sandbox Code Playgroud)
您可以放心地忽略该警告,因为多窗口支持仅适用于Android 7.0(API级别24)及更高版本.在较低版本中,此行将android:resizeableActivity="false"被忽略.
| 归档时间: |
|
| 查看次数: |
900 次 |
| 最近记录: |