Hideshow - android

这是一个状态栏,你可以在屏幕顶部看到带有 battry,clock …的图标。 StackOverflow 文档

let frame = require("ui/frame");

隐藏:

frame.topmost().android.activity.getWindow().
getDecorView().setSystemUiVisibility(android.view.View.SYSTEM_UI_FLAG_FULLSCREEN);

节目:

frame.topmost().android.activity.getWindow().
getDecorView().setSystemUiVisibility(android.view.View.SYSTEM_UI_FLAG_VISIBLE );