Hiding android buttons

I installed on my rasbarry my industrial android application. Can I hide the system buttons?
Thank you.

Comments

  • edited November 2017

    You mean the default shortcuts on the homescreen? Just hold them and drag them into the little trash can that appears.

    Edit: In case you mean the back/home/app switcher buttons, do the following. It will also hide the title bar.

    adb connect xxx.xxx.xxx.xxx
    adb root
    adb connect xxx.xxx.xxx.xxx
    adb shell "settings put global policy_control immersive.full=*"
    adb disconnect

  • You may also want to the the built-in pinning functionality: https://www.bestusefultips.com/enable-screen-pinning-android-7-7-1-nougat/

Sign In or Register to comment.