gpt4 book ai didi

android - 获取 "Split Screen or picture-in-picture is not supported for this app"

转载 作者:塔克拉玛干 更新时间:2023-11-02 23:09:19 26 4
gpt4 key购买 nike

我正在尝试在我的应用中支持分屏功能。

enter image description here

目前目标SDK是27

 defaultConfig {
applicationId "com.myvestige.vestigedeal"
minSdkVersion 19
targetSdkVersion 27
versionCode 46
versionName "5.5"
multiDexEnabled true
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
}

并将 resizeableActivity 添加到应用程序标签 list 中的“true”。

<application
android:name=".activity.MyApplication"
android:allowBackup="false"
android:icon="@drawable/newicon1"
android:label="@string/app_name"
android:largeHeap="true"
android:supportsRtl="true"
android:theme="@style/AppTheme"
tools:replace="android:icon"
android:resizeableActivity="true">

仍然当我用三指向下滑动(手动分屏)时,出现“此应用不支持分屏或画中画”。

同时附上我收到的错误消息的屏幕截图。 我正在使用支持分屏的 vivo-v9(8.1.0) 进行测试

请帮助我找出我做错了什么。

谢谢

最佳答案

我终于找到了问题的解决方案。拆分功能在其他设备中完美运行(在 Oppo F3、One plus 6 和 Samsung j8 中测试)但在 Vivo v9 中不起作用。我已将相同情况报告给 Vivo 支持团队,他们回复为

请转到设置 > 智能拆分 > 它只会对那些显示在那里的应用程序起作用。我理解你的担忧,但它会在那些在那里显示的应用程序上起作用。

Vivo v9setting > smart split > 中列出的应用程序是 Facebook、Whatsapp、Gamil 等...我还附上了其中列出的应用程序的屏幕截图

enter image description here

关于android - 获取 "Split Screen or picture-in-picture is not supported for this app",我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/54302202/

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