» 您尚未登录:请 登录 | 注册 | 标签 | 帮助 | 小黑屋 |


发新话题
打印

Android M隐藏的多窗口模式被发现了

posted by wap, platform: Chrome
看图,就在新的开发者模式里面,估计要完善再放出来,和ART一样
附件: 您所在的用户组无法下载或查看附件


TOP

posted by wap, platform: Chrome
Apparently Android M has included some multi-window support. This post will show you how to enable it, but it requires some knowledge of ADB and Linux shell commands.
Install and boot into TWRP recovery
Go into "Mount" and make sure "System" is mounted.
Connect your device to a computer with ADB. Make sure ADB is working using this command:
adb devices
We need to make some changes to build.prop. The following commands will allow us to edit this:
adb shell
cd /system
vi build.prop
To enable multi-window, we will need to change the line
ro.build.type=user
to
ro.build.type=userdebug
Exit the editor, and exit the shell, and hit reboot. You will get a warning about failing verification and how your device might not work properly, but as far as i know it's okay to just ignore that warning. At least, my Nexus 9 that I tried this on is still working just fine so far.
Go into developer options, and scroll down until you see "Multi-window mode". Enable that.
Go to recents, and hit the new icon that now shows up. Play around, and apps should now be able to run in split-screen. Beware, though, it's extremely buggy and not very usable at all.
To disable multi-window, just go into Developer Options and untoggle that setting. No need to edit build.prop again.

==============================
reddit上提供的开启方法。



TOP

三星好像前几年搞过类似的东西。在平板上用处会比较大。手机屏幕太小了点。


TOP

posted by wap, platform: VIVO Xplay3S
这是分屏还是多屏?有什么实际区别?

TOP

posted by wap, platform: Chrome
引用:
原帖由 @LcSter  于 2015-5-29 17:18 发表
这是分屏还是多屏?有什么实际区别?
我看了下视频,是多窗口,最多4个窗口平均在左上 右上 左下 右下,4个地方

TOP

posted by wap, platform: VIVO Xplay3S
引用:
原帖由 @黑暗骑士巫妖王  于 2015-5-30 07:12 发表
我看了下视频,是多窗口,最多4个窗口平均在左上 右上 左下 右下,4个地方
那跟android 4.1有什么分别……

TOP

发新话题
     
官方公众号及微博