Admin木木 发表于 6 天前

给软件apk,适配支持小窗

在xml里添加

android:resizeableActivity="true"

android:taskAffinity="com.example.yourapp.task"

android:configChanges="screenSize|smallestScreenSize|screenLayout|orientation"
这三行代码apk就只能支持 小窗口



页: [1]
查看完整版本: 给软件apk,适配支持小窗