Skip to content

Commit c08c701

Browse files
committed
Settings: revert default placeholder for a better ux
1 parent e7a48a4 commit c08c701

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

app/src/main/java/com/leohearts/alternativeUnlockHook/SettingsActivity.kt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@ fun SettingsBase( modifier: Modifier = Modifier) {
165165
}) {
166166
ListItem(
167167
headlineContent = { Text("When fake password provided") },
168-
supportingContent = { Text(config.getProperty("actionType", "sudo")) },
168+
supportingContent = { Text(config.getProperty("actionType", "sh")) },
169169
leadingContent = {
170170
Icon(
171171
Icons.Rounded.Close,
@@ -183,7 +183,7 @@ fun SettingsBase( modifier: Modifier = Modifier) {
183183
}) {
184184
ListItem(
185185
headlineContent = { Text("Command") },
186-
supportingContent = { Text(config.getProperty("actionCommand", "for i in `pm list packages | grep -i -E 'telegram|binance|sagernet|twitter|discord|tinder|mastodon|photos|xplore|fenix|kiwibrowser|metamask|solflare|torbrowser' | cut -d : -f 2` ; do pm disable \$i; done")) },
186+
supportingContent = { Text(config.getProperty("actionCommand", "whoami")) },
187187
leadingContent = {
188188
Icon(
189189
Icons.Rounded.ArrowForward,

0 commit comments

Comments
 (0)