Uninteresting minor layout changes

This commit is contained in:
w1nst0n 2020-01-30 19:19:43 +01:00
parent 7ad1f6b34a
commit ffac5bb2e6
3 changed files with 4 additions and 9 deletions

View file

@ -433,5 +433,3 @@ declare -a google_bloat=(
#"com.google.android.packageinstaller"
# Gives ability to install, update or remove applications on the device.
# If you delete this package, your phone will probably bootloop.

View file

@ -307,7 +307,6 @@ declare -a motorola_bloat=(
# ???
# At first sight it seems not safe to remove. But maybe it's only needed for Motorola apps.
#"com.motorola.VirtualUiccPayment"
# Virtual UICC Payment
# UICC stands for Universal Integrated Circuit Card. It is a new generation SIM (Subscriber Identification Module) which can have multiple applications on it.

View file

@ -15,7 +15,7 @@ declare -a samsung_bloat=(
# Third-party that provides caller profile information to help consumers identify incoming calls and block unwanted ones.
# https://hiya.com/
# NOTE : Never trust a company which promotes spam blocking features
# https://techcrunch.com/2019/08/09/many-robocall-blocking-apps-send-your-private-data-without-permission/
# https://itmunch.com/robocall-caught-sending-customers-confidential-data-without-consent/
"com.knox.vpn.proxyhandler" # KNOX stuff
# Samsung Knox allows business and personal content to "securely" coexist on the same handset.
@ -1252,6 +1252,4 @@ declare -a samsung_bloat=(
################### (NORMALY) SAFE TO REMOVE BUT NO DOCUMENTATION SEARCH YET ###########################
### These packages will be added in the default preselection when I will find time to document them.
# Feel free to add them in the bash array if you want them deleted (it should be safe).