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

@ -432,6 +432,4 @@ 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.
# If you delete this package, your phone will probably bootloop.

View file

@ -295,7 +295,7 @@ declare -a motorola_bloat=(
# OMADM = OMA Device Management
# Basically, it handles configuration of the device (including first time use), enabling and disabling features provided by carriers.
# https://en.wikipedia.org/wiki/OMA_Device_Management
# Usecase seems very limited : https://www.androidpolice.com/2015/03/10/android-5-1-includes-new-carrier-provisioning-api-allows-carriers-easier-methods-of-setting-up-services-on-devices-they-dont-control/
# Use case seems very limited : https://www.androidpolice.com/2015/03/10/android-5-1-includes-new-carrier-provisioning-api-allows-carriers-easier-methods-of-setting-up-services-on-devices-they-dont-control/
# Can someone test to remove it ? :)
#"com.motorola.pgmsystem2" # [MORE INFO NEEDED]
@ -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).