manager: Remove unused susfs functionality status
This commit is contained in:
@@ -772,7 +772,6 @@ object SuSFSManager {
|
||||
val featureMap = mapOf(
|
||||
"CONFIG_KSU_SUSFS_SUS_PATH" to context.getString(R.string.sus_path_feature_label),
|
||||
"CONFIG_KSU_SUSFS_SUS_MOUNT" to context.getString(R.string.sus_mount_feature_label),
|
||||
"CONFIG_KSU_SUSFS_TRY_UMOUNT" to context.getString(R.string.try_umount_feature_label),
|
||||
"CONFIG_KSU_SUSFS_SPOOF_UNAME" to context.getString(R.string.spoof_uname_feature_label),
|
||||
"CONFIG_KSU_SUSFS_SPOOF_CMDLINE_OR_BOOTCONFIG" to context.getString(R.string.spoof_cmdline_feature_label),
|
||||
"CONFIG_KSU_SUSFS_OPEN_REDIRECT" to context.getString(R.string.open_redirect_feature_label),
|
||||
@@ -801,7 +800,6 @@ object SuSFSManager {
|
||||
val defaultFeatures = listOf(
|
||||
"sus_path_feature_label" to context.getString(R.string.sus_path_feature_label),
|
||||
"sus_mount_feature_label" to context.getString(R.string.sus_mount_feature_label),
|
||||
"try_umount_feature_label" to context.getString(R.string.try_umount_feature_label),
|
||||
"spoof_uname_feature_label" to context.getString(R.string.spoof_uname_feature_label),
|
||||
"spoof_cmdline_feature_label" to context.getString(R.string.spoof_cmdline_feature_label),
|
||||
"open_redirect_feature_label" to context.getString(R.string.open_redirect_feature_label),
|
||||
|
||||
@@ -389,7 +389,6 @@
|
||||
<!-- Feature Labels -->
|
||||
<string name="sus_path_feature_label">SuS 路径支持</string>
|
||||
<string name="sus_mount_feature_label">SuS 挂载支持</string>
|
||||
<string name="try_umount_feature_label">尝试卸载支持</string>
|
||||
<string name="spoof_uname_feature_label">欺骗 uname 支持</string>
|
||||
<string name="spoof_cmdline_feature_label">欺骗 Cmdline/Bootconfig</string>
|
||||
<string name="open_redirect_feature_label">开放重定向支持</string>
|
||||
|
||||
@@ -397,7 +397,6 @@
|
||||
<!-- Feature Labels -->
|
||||
<string name="sus_path_feature_label">SUS Path Support</string>
|
||||
<string name="sus_mount_feature_label">SUS Mount Support</string>
|
||||
<string name="try_umount_feature_label">Try Umount Support</string>
|
||||
<string name="spoof_uname_feature_label">Spoof uname Support</string>
|
||||
<string name="spoof_cmdline_feature_label">Spoof Cmdline/Bootconfig</string>
|
||||
<string name="open_redirect_feature_label">Open Redirect Support</string>
|
||||
|
||||
Reference in New Issue
Block a user