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