From a0b299fa845266a51b50a486c2e4340dbac5d6d7 Mon Sep 17 00:00:00 2001 From: w1nst0n Date: Tue, 17 Mar 2020 16:21:41 +0100 Subject: [PATCH] zte support --- lists/zte.sh | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 lists/zte.sh diff --git a/lists/zte.sh b/lists/zte.sh new file mode 100644 index 0000000..f95eb62 --- /dev/null +++ b/lists/zte.sh @@ -0,0 +1,14 @@ +#!/bin/bash + +# I NEVER HAD A LG 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 LG users to really improve it. +# I use [MORE INFO NEEDED] tag as a marker. + +declare -a zte=( + + "com.zte.assistant" + # ZTE Voice Assistant + + "com.zte.weather" + # ZTE Weather app + )