欢迎访问 生活随笔!

生活随笔

当前位置: 首页 > 人文社科 > 生活经验 >内容正文

生活经验

android5多窗口,教程 开启 Nexus5 Android M 的多窗口模式。

发布时间:2023/11/27 生活经验 43 豆豆
生活随笔 收集整理的这篇文章主要介绍了 android5多窗口,教程 开启 Nexus5 Android M 的多窗口模式。 小编觉得挺不错的,现在分享给大家,帮大家做个参考.

该楼层疑似违规已被系统折叠 隐藏此楼查看此楼

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

总结

以上是生活随笔为你收集整理的android5多窗口,教程 开启 Nexus5 Android M 的多窗口模式。的全部内容,希望文章能够帮你解决所遇到的问题。

如果觉得生活随笔网站内容还不错,欢迎将生活随笔推荐给好友。