String getPermissionTitle(String type) { String permissionTitle = "保障体验流畅"; if (type != "") { permissionTitle = type; } return permissionTitle; }