universal-android-debloater/lists/tencent.sh

31 lines
988 B
Bash

#!/usr/bin/env bash
# I NEVER HAD A ZTE DEVICE ON HAND.
# I did some intensive searches on the web to find a list and I try my best to document it. But I need ZTE users to really improve it.
# I use [MORE INFO NEEDED] tag as a marker.
declare -a tencent=(
"com.tencent.mia.tms"
"com.tencent.mm"
"com.tencent.southpole.appstore"
"com.tencent.mobileqq"
"com.tencent.inlab.tgpaserver"
"com.tencent.rog.weathertime"
"com.tencent.southpole.note"
"com.tencent.android.location"
"com.tencent.inlab.tcsystem"
"com.tencent.southpole.cloudstorage"
"com.tencent.southpole.usercenter"
"com.tencent.mocmna"
"com.tencent.mia.trs"
"com.tencent.soter.soterserver"
"com.tencent.soter.soterservice"
# Soter is a biometric authentication standard and platform in Android held by Tencent.
# https://github.com/Tencent/soter#a-quick-look-at-tencent-soter
# FYI : Tencent is a Chinese multinational conglomerate holding company (https://en.wikipedia.org/wiki/Tencent#Controversies)
)