mirror of
https://gitlab.com/Nanolx/NanoDroid
synced 2024-11-07 15:20:36 +00:00
SetupWizard: string update
This commit is contained in:
parent
2a9bb03d9c
commit
c94a3ad000
@ -63,7 +63,7 @@ checkbox(
|
|||||||
"microG", "Install microG OSS GApps re-implementation", 1,
|
"microG", "Install microG OSS GApps re-implementation", 1,
|
||||||
"F-Droid", "Install F-Droid FOSS App Store", 1,
|
"F-Droid", "Install F-Droid FOSS App Store", 1,
|
||||||
"Apps", "Install Apps (customized later)", 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,
|
"Zelda Tunes", "Install The Legend of Zelda rintones and sounds", 1,
|
||||||
"Maps API v1", "Install Google Maps API version 1", 1,
|
"Maps API v1", "Install Google Maps API version 1", 1,
|
||||||
"Init Scripts", "Install init scripts", 1,
|
"Init Scripts", "Install init scripts", 1,
|
||||||
@ -140,12 +140,12 @@ checkbox(
|
|||||||
);
|
);
|
||||||
|
|
||||||
checkbox(
|
checkbox(
|
||||||
"Pseudo-Debloat Setup",
|
"Debloat Setup",
|
||||||
"Pseudo-Debloat Setup",
|
"Debloat Setup",
|
||||||
"icons/update",
|
"icons/update",
|
||||||
"debloat.prop",
|
"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,
|
"BasicDreams", "Screensaver", 1,
|
||||||
"Browser", "Standard Browser", 1,
|
"Browser", "Standard Browser", 1,
|
||||||
"Calendar", "Standard Calendar", 1,
|
"Calendar", "Standard Calendar", 1,
|
||||||
|
@ -35,7 +35,7 @@ apps_add () {
|
|||||||
|
|
||||||
overlay_add () {
|
overlay_add () {
|
||||||
if grep -q "item.1.${1}=1" "${debloat_prop}"; then
|
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}"
|
echo "${2}" >> "${nanodroid_overlay}"
|
||||||
fi
|
fi
|
||||||
}
|
}
|
||||||
@ -158,7 +158,7 @@ apps_add 27 XDALabs
|
|||||||
apps_add 28 YahooWeatherProvider
|
apps_add 28 YahooWeatherProvider
|
||||||
|
|
||||||
ui_print " "
|
ui_print " "
|
||||||
ui_print " < Pseudo-Debloated Applications"
|
ui_print " < Debloated Applications"
|
||||||
|
|
||||||
overlay_add 1 BasicDreams
|
overlay_add 1 BasicDreams
|
||||||
overlay_add 2 Browser
|
overlay_add 2 Browser
|
||||||
|
Loading…
Reference in New Issue
Block a user