Sedikit Info Seputar
[HOW TO] Enable Multi-Window Mode on Android 6.0
Terbaru 2017
- Hay gaes kali ini team All About Android, kali ini akan membahas artikel dengan judul [HOW TO] Enable Multi-Window Mode on Android 6.0, kami selaku Team All About Android telah mempersiapkan artikel ini untuk sobat sobat yang menyukai All About Android. semoga isi postingan tentang yang saya posting kali ini dapat dipahami dengan mudah serta memberi manfa'at bagi kalian semua, walaupun tidak sempurna setidaknya artikel kami memberi sedikit informasi kepada kalian semua. ok langsung simak aja sob
Judul:
Berbagi Info Seputar
[HOW TO] Enable Multi-Window Mode on Android 6.0
Terbaru
link: [HOW TO] Enable Multi-Window Mode on Android 6.0
Berbagi Artikel Tentang [HOW TO] Enable Multi-Window Mode on Android 6.0 Terbaru dan Terlengkap 2017

So decide if this is actually for you before following these steps
It's not shown in user builds, so we have to do some messing. You'll either need root or a custom recovery to do this, but as not everyone wants root, here's how you do it with TWRP, a USB cable, and a PC with ADB:
1. Boot your device into recovery
2. Mount your system by going to Mounts > Tick System
3. On your PC open a command line, somewhere like your desktop is useful
4. Type the following command:
adb pull /system/build.prop
6. Find the "ro.build.type" line
7. Change the text after = to "userdebug" from "user"
BONUS: If you want a nicer DPI here, change the line "ro.sf.lcd_density" to your preferred DPI
8. Save the file
9. Go back to the command line and enter the following command:
adb push build.prop /system/
adb shell
cd system
chmod 644 build.prop
13. When the device has booted, go to the developer options
14. Scroll down to the bottom of the "Drawing" category
15. Enable multi-window and have some fun!
If you're rooted...
1. Download "Build.prop editor"

2. Find "ro.build.type"

3. Edit it to have the value "userdebug" from "user"

4. Reboot when prompted
5. When the device has booted, go to the developer options
6. Scroll down to the bottom of the "Drawing" category
7. Enable multi-window and have some fun!

Source