android.os.ServiceManager.getService("statusbar").setNavBarMode(1);
// 1代表三段式导航栏
// 0代表手势导航

#MVEL表达式 #Javascript
 
 
Back to Top