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 );