Skip to content

Commit b1a42f4

Browse files
committed
[LogViewer] Omit sensitive info by default for new users
Signed-off-by: Muntashir Al-Islam <muntashirakon@riseup.net>
1 parent 9040b27 commit b1a42f4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • app/src/main/java/io/github/muntashirakon/AppManager/utils

app/src/main/java/io/github/muntashirakon/AppManager/utils/AppPref.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -382,7 +382,6 @@ public Object getDefaultValue(@NonNull PrefKey key) {
382382
case PREF_ENABLE_SCREEN_LOCK_BOOL:
383383
case PREF_MAIN_WINDOW_SORT_REVERSE_BOOL:
384384
case PREF_LOG_VIEWER_EXPAND_BY_DEFAULT_BOOL:
385-
case PREF_LOG_VIEWER_OMIT_SENSITIVE_INFO_BOOL:
386385
case PREF_APP_THEME_PURE_BLACK_BOOL:
387386
case PREF_DISPLAY_CHANGELOG_BOOL:
388387
case PREF_FM_DISPLAY_IN_LAUNCHER_BOOL:
@@ -394,6 +393,7 @@ public Object getDefaultValue(@NonNull PrefKey key) {
394393
case PREF_APP_OP_SHOW_DEFAULT_BOOL:
395394
case PREF_SHOW_DISCLAIMER_BOOL:
396395
case PREF_LOG_VIEWER_SHOW_PID_TID_TIMESTAMP_BOOL:
396+
case PREF_LOG_VIEWER_OMIT_SENSITIVE_INFO_BOOL:
397397
case PREF_INSTALLER_DISPLAY_CHANGES_BOOL:
398398
case PREF_VIRUS_TOTAL_PROMPT_BEFORE_UPLOADING_BOOL:
399399
case PREF_ZIP_ALIGN_BOOL:

0 commit comments

Comments
 (0)