diff --git a/setup-wizard/META-INF/com/google/android/aroma-config b/setup-wizard/META-INF/com/google/android/aroma-config index d6687bd..ab373c8 100644 --- a/setup-wizard/META-INF/com/google/android/aroma-config +++ b/setup-wizard/META-INF/com/google/android/aroma-config @@ -63,7 +63,7 @@ checkbox( "microG", "Install microG OSS GApps re-implementation", 1, "F-Droid", "Install F-Droid FOSS App Store", 1, "Apps", "Install Apps (customized later)", 1, - "Overlay", "[Magisk] Pseudo-Debloat Apps (customized later)", 1, + "Overlay", "Debloat Apps (customized later)", 1, "Zelda Tunes", "Install The Legend of Zelda rintones and sounds", 1, "Maps API v1", "Install Google Maps API version 1", 1, "Init Scripts", "Install init scripts", 1, @@ -140,12 +140,12 @@ checkbox( ); checkbox( - "Pseudo-Debloat Setup", - "Pseudo-Debloat Setup", + "Debloat Setup", + "Debloat Setup", "icons/update", "debloat.prop", - "Select which Apps to Pseudo-Debloat [Magisk] (if enabled)", "", 2, #-- Group 1 + "Select which Apps to Debloat (if enabled)", "", 2, #-- Group 1 "BasicDreams", "Screensaver", 1, "Browser", "Standard Browser", 1, "Calendar", "Standard Calendar", 1, diff --git a/setup-wizard/nanodroid-setup b/setup-wizard/nanodroid-setup index fe43d8d..93ed840 100644 --- a/setup-wizard/nanodroid-setup +++ b/setup-wizard/nanodroid-setup @@ -35,7 +35,7 @@ apps_add () { overlay_add () { if grep -q "item.1.${1}=1" "${debloat_prop}"; then - ui_print " <>> mark for pseudo-debloating: ${2}" + ui_print " <>> mark for debloating: ${2}" echo "${2}" >> "${nanodroid_overlay}" fi } @@ -158,7 +158,7 @@ apps_add 27 XDALabs apps_add 28 YahooWeatherProvider ui_print " " -ui_print " < Pseudo-Debloated Applications" +ui_print " < Debloated Applications" overlay_add 1 BasicDreams overlay_add 2 Browser