manager: Remove the confusing UI of system rw. Many users don't know what is used for and most users don't need this (it is recommended to use module to modify /system). Maybe i'll add it back for cli usage (such as ksud enable system_rw

This commit is contained in:
tiann
2023-02-24 12:41:04 +08:00
parent 765c2b7d1f
commit 3fe99712ba
9 changed files with 0 additions and 27 deletions

View File

@@ -51,17 +51,6 @@ fun SettingScreen(navigator: DestinationsNavigator) {
Column(modifier = Modifier.padding(paddingValues)) {
val context = LocalContext.current
SettingsSwitch(
title = {
Text(stringResource(id = R.string.settings_system_rw))
},
subtitle = {
Text(stringResource(id = R.string.settings_system_rw_summary))
},
onCheckedChange = {
Toast.makeText(context, "coming soon", Toast.LENGTH_SHORT).show()
}
)
SettingsMenuLink(title = {
Text(stringResource(id = R.string.send_log))
},