View Single Post
      01-15-2020, 09:45 AM   #2108
Kri
Major
Austria
1084
Rep
1,048
Posts

Drives: E87
Join Date: Dec 2017
Location: Germany

iTrader: (0)

I just fell over a second ADB hack

With the following commands your can move the Topbar to background !
It is still available when you swipe down from top.

You need adb for this, root is not required as far as i noticed.

Disable Topbar.
Code:
adb shell settings put global policy_control immersive.full=*
Enable Topbar.
Code:
adb shell settings put global policy_control immersive.full=
Name:  screenshot.png
Views: 2298
Size:  313.1 KB
Name:  screenshot2.png
Views: 2347
Size:  89.3 KB

You can also do this for only specific apps:

Disable Topbar only for specific example apps:
Code:
settings put global policy_control immersive.full=com.chrome.beta,com.google.android.apps.magazines,com.medium.reader
Disable Topbar for all but only NOT specific example apps:
Code:
settings put global policy_control immersive.full=apps,-com.google.android.apps.nexuslauncher,-com.twitter.android,-com.android.settings


Kri

Last edited by Kri; 11-13-2020 at 12:00 PM..
Appreciate 5
RedErik1023.50
lehtee144.00
gsnake19.00
Sph1nX0.00