mirror of
https://github.com/MuntashirAkon/android-debloat-list.git
synced 2025-01-13 04:37:54 +08:00
Initial commit
Signed-off-by: Muntashir Al-Islam <muntashirakon@riseup.net>
This commit is contained in:
commit
f670989088
2
.gitignore
vendored
Normal file
2
.gitignore
vendored
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
.idea/
|
||||||
|
.DS_Store
|
661
COPYING
Normal file
661
COPYING
Normal file
@ -0,0 +1,661 @@
|
|||||||
|
GNU AFFERO GENERAL PUBLIC LICENSE
|
||||||
|
Version 3, 19 November 2007
|
||||||
|
|
||||||
|
Copyright (C) 2007 Free Software Foundation, Inc. <https://fsf.org/>
|
||||||
|
Everyone is permitted to copy and distribute verbatim copies
|
||||||
|
of this license document, but changing it is not allowed.
|
||||||
|
|
||||||
|
Preamble
|
||||||
|
|
||||||
|
The GNU Affero General Public License is a free, copyleft license for
|
||||||
|
software and other kinds of works, specifically designed to ensure
|
||||||
|
cooperation with the community in the case of network server software.
|
||||||
|
|
||||||
|
The licenses for most software and other practical works are designed
|
||||||
|
to take away your freedom to share and change the works. By contrast,
|
||||||
|
our General Public Licenses are intended to guarantee your freedom to
|
||||||
|
share and change all versions of a program--to make sure it remains free
|
||||||
|
software for all its users.
|
||||||
|
|
||||||
|
When we speak of free software, we are referring to freedom, not
|
||||||
|
price. Our General Public Licenses are designed to make sure that you
|
||||||
|
have the freedom to distribute copies of free software (and charge for
|
||||||
|
them if you wish), that you receive source code or can get it if you
|
||||||
|
want it, that you can change the software or use pieces of it in new
|
||||||
|
free programs, and that you know you can do these things.
|
||||||
|
|
||||||
|
Developers that use our General Public Licenses protect your rights
|
||||||
|
with two steps: (1) assert copyright on the software, and (2) offer
|
||||||
|
you this License which gives you legal permission to copy, distribute
|
||||||
|
and/or modify the software.
|
||||||
|
|
||||||
|
A secondary benefit of defending all users' freedom is that
|
||||||
|
improvements made in alternate versions of the program, if they
|
||||||
|
receive widespread use, become available for other developers to
|
||||||
|
incorporate. Many developers of free software are heartened and
|
||||||
|
encouraged by the resulting cooperation. However, in the case of
|
||||||
|
software used on network servers, this result may fail to come about.
|
||||||
|
The GNU General Public License permits making a modified version and
|
||||||
|
letting the public access it on a server without ever releasing its
|
||||||
|
source code to the public.
|
||||||
|
|
||||||
|
The GNU Affero General Public License is designed specifically to
|
||||||
|
ensure that, in such cases, the modified source code becomes available
|
||||||
|
to the community. It requires the operator of a network server to
|
||||||
|
provide the source code of the modified version running there to the
|
||||||
|
users of that server. Therefore, public use of a modified version, on
|
||||||
|
a publicly accessible server, gives the public access to the source
|
||||||
|
code of the modified version.
|
||||||
|
|
||||||
|
An older license, called the Affero General Public License and
|
||||||
|
published by Affero, was designed to accomplish similar goals. This is
|
||||||
|
a different license, not a version of the Affero GPL, but Affero has
|
||||||
|
released a new version of the Affero GPL which permits relicensing under
|
||||||
|
this license.
|
||||||
|
|
||||||
|
The precise terms and conditions for copying, distribution and
|
||||||
|
modification follow.
|
||||||
|
|
||||||
|
TERMS AND CONDITIONS
|
||||||
|
|
||||||
|
0. Definitions.
|
||||||
|
|
||||||
|
"This License" refers to version 3 of the GNU Affero General Public License.
|
||||||
|
|
||||||
|
"Copyright" also means copyright-like laws that apply to other kinds of
|
||||||
|
works, such as semiconductor masks.
|
||||||
|
|
||||||
|
"The Program" refers to any copyrightable work licensed under this
|
||||||
|
License. Each licensee is addressed as "you". "Licensees" and
|
||||||
|
"recipients" may be individuals or organizations.
|
||||||
|
|
||||||
|
To "modify" a work means to copy from or adapt all or part of the work
|
||||||
|
in a fashion requiring copyright permission, other than the making of an
|
||||||
|
exact copy. The resulting work is called a "modified version" of the
|
||||||
|
earlier work or a work "based on" the earlier work.
|
||||||
|
|
||||||
|
A "covered work" means either the unmodified Program or a work based
|
||||||
|
on the Program.
|
||||||
|
|
||||||
|
To "propagate" a work means to do anything with it that, without
|
||||||
|
permission, would make you directly or secondarily liable for
|
||||||
|
infringement under applicable copyright law, except executing it on a
|
||||||
|
computer or modifying a private copy. Propagation includes copying,
|
||||||
|
distribution (with or without modification), making available to the
|
||||||
|
public, and in some countries other activities as well.
|
||||||
|
|
||||||
|
To "convey" a work means any kind of propagation that enables other
|
||||||
|
parties to make or receive copies. Mere interaction with a user through
|
||||||
|
a computer network, with no transfer of a copy, is not conveying.
|
||||||
|
|
||||||
|
An interactive user interface displays "Appropriate Legal Notices"
|
||||||
|
to the extent that it includes a convenient and prominently visible
|
||||||
|
feature that (1) displays an appropriate copyright notice, and (2)
|
||||||
|
tells the user that there is no warranty for the work (except to the
|
||||||
|
extent that warranties are provided), that licensees may convey the
|
||||||
|
work under this License, and how to view a copy of this License. If
|
||||||
|
the interface presents a list of user commands or options, such as a
|
||||||
|
menu, a prominent item in the list meets this criterion.
|
||||||
|
|
||||||
|
1. Source Code.
|
||||||
|
|
||||||
|
The "source code" for a work means the preferred form of the work
|
||||||
|
for making modifications to it. "Object code" means any non-source
|
||||||
|
form of a work.
|
||||||
|
|
||||||
|
A "Standard Interface" means an interface that either is an official
|
||||||
|
standard defined by a recognized standards body, or, in the case of
|
||||||
|
interfaces specified for a particular programming language, one that
|
||||||
|
is widely used among developers working in that language.
|
||||||
|
|
||||||
|
The "System Libraries" of an executable work include anything, other
|
||||||
|
than the work as a whole, that (a) is included in the normal form of
|
||||||
|
packaging a Major Component, but which is not part of that Major
|
||||||
|
Component, and (b) serves only to enable use of the work with that
|
||||||
|
Major Component, or to implement a Standard Interface for which an
|
||||||
|
implementation is available to the public in source code form. A
|
||||||
|
"Major Component", in this context, means a major essential component
|
||||||
|
(kernel, window system, and so on) of the specific operating system
|
||||||
|
(if any) on which the executable work runs, or a compiler used to
|
||||||
|
produce the work, or an object code interpreter used to run it.
|
||||||
|
|
||||||
|
The "Corresponding Source" for a work in object code form means all
|
||||||
|
the source code needed to generate, install, and (for an executable
|
||||||
|
work) run the object code and to modify the work, including scripts to
|
||||||
|
control those activities. However, it does not include the work's
|
||||||
|
System Libraries, or general-purpose tools or generally available free
|
||||||
|
programs which are used unmodified in performing those activities but
|
||||||
|
which are not part of the work. For example, Corresponding Source
|
||||||
|
includes interface definition files associated with source files for
|
||||||
|
the work, and the source code for shared libraries and dynamically
|
||||||
|
linked subprograms that the work is specifically designed to require,
|
||||||
|
such as by intimate data communication or control flow between those
|
||||||
|
subprograms and other parts of the work.
|
||||||
|
|
||||||
|
The Corresponding Source need not include anything that users
|
||||||
|
can regenerate automatically from other parts of the Corresponding
|
||||||
|
Source.
|
||||||
|
|
||||||
|
The Corresponding Source for a work in source code form is that
|
||||||
|
same work.
|
||||||
|
|
||||||
|
2. Basic Permissions.
|
||||||
|
|
||||||
|
All rights granted under this License are granted for the term of
|
||||||
|
copyright on the Program, and are irrevocable provided the stated
|
||||||
|
conditions are met. This License explicitly affirms your unlimited
|
||||||
|
permission to run the unmodified Program. The output from running a
|
||||||
|
covered work is covered by this License only if the output, given its
|
||||||
|
content, constitutes a covered work. This License acknowledges your
|
||||||
|
rights of fair use or other equivalent, as provided by copyright law.
|
||||||
|
|
||||||
|
You may make, run and propagate covered works that you do not
|
||||||
|
convey, without conditions so long as your license otherwise remains
|
||||||
|
in force. You may convey covered works to others for the sole purpose
|
||||||
|
of having them make modifications exclusively for you, or provide you
|
||||||
|
with facilities for running those works, provided that you comply with
|
||||||
|
the terms of this License in conveying all material for which you do
|
||||||
|
not control copyright. Those thus making or running the covered works
|
||||||
|
for you must do so exclusively on your behalf, under your direction
|
||||||
|
and control, on terms that prohibit them from making any copies of
|
||||||
|
your copyrighted material outside their relationship with you.
|
||||||
|
|
||||||
|
Conveying under any other circumstances is permitted solely under
|
||||||
|
the conditions stated below. Sublicensing is not allowed; section 10
|
||||||
|
makes it unnecessary.
|
||||||
|
|
||||||
|
3. Protecting Users' Legal Rights From Anti-Circumvention Law.
|
||||||
|
|
||||||
|
No covered work shall be deemed part of an effective technological
|
||||||
|
measure under any applicable law fulfilling obligations under article
|
||||||
|
11 of the WIPO copyright treaty adopted on 20 December 1996, or
|
||||||
|
similar laws prohibiting or restricting circumvention of such
|
||||||
|
measures.
|
||||||
|
|
||||||
|
When you convey a covered work, you waive any legal power to forbid
|
||||||
|
circumvention of technological measures to the extent such circumvention
|
||||||
|
is effected by exercising rights under this License with respect to
|
||||||
|
the covered work, and you disclaim any intention to limit operation or
|
||||||
|
modification of the work as a means of enforcing, against the work's
|
||||||
|
users, your or third parties' legal rights to forbid circumvention of
|
||||||
|
technological measures.
|
||||||
|
|
||||||
|
4. Conveying Verbatim Copies.
|
||||||
|
|
||||||
|
You may convey verbatim copies of the Program's source code as you
|
||||||
|
receive it, in any medium, provided that you conspicuously and
|
||||||
|
appropriately publish on each copy an appropriate copyright notice;
|
||||||
|
keep intact all notices stating that this License and any
|
||||||
|
non-permissive terms added in accord with section 7 apply to the code;
|
||||||
|
keep intact all notices of the absence of any warranty; and give all
|
||||||
|
recipients a copy of this License along with the Program.
|
||||||
|
|
||||||
|
You may charge any price or no price for each copy that you convey,
|
||||||
|
and you may offer support or warranty protection for a fee.
|
||||||
|
|
||||||
|
5. Conveying Modified Source Versions.
|
||||||
|
|
||||||
|
You may convey a work based on the Program, or the modifications to
|
||||||
|
produce it from the Program, in the form of source code under the
|
||||||
|
terms of section 4, provided that you also meet all of these conditions:
|
||||||
|
|
||||||
|
a) The work must carry prominent notices stating that you modified
|
||||||
|
it, and giving a relevant date.
|
||||||
|
|
||||||
|
b) The work must carry prominent notices stating that it is
|
||||||
|
released under this License and any conditions added under section
|
||||||
|
7. This requirement modifies the requirement in section 4 to
|
||||||
|
"keep intact all notices".
|
||||||
|
|
||||||
|
c) You must license the entire work, as a whole, under this
|
||||||
|
License to anyone who comes into possession of a copy. This
|
||||||
|
License will therefore apply, along with any applicable section 7
|
||||||
|
additional terms, to the whole of the work, and all its parts,
|
||||||
|
regardless of how they are packaged. This License gives no
|
||||||
|
permission to license the work in any other way, but it does not
|
||||||
|
invalidate such permission if you have separately received it.
|
||||||
|
|
||||||
|
d) If the work has interactive user interfaces, each must display
|
||||||
|
Appropriate Legal Notices; however, if the Program has interactive
|
||||||
|
interfaces that do not display Appropriate Legal Notices, your
|
||||||
|
work need not make them do so.
|
||||||
|
|
||||||
|
A compilation of a covered work with other separate and independent
|
||||||
|
works, which are not by their nature extensions of the covered work,
|
||||||
|
and which are not combined with it such as to form a larger program,
|
||||||
|
in or on a volume of a storage or distribution medium, is called an
|
||||||
|
"aggregate" if the compilation and its resulting copyright are not
|
||||||
|
used to limit the access or legal rights of the compilation's users
|
||||||
|
beyond what the individual works permit. Inclusion of a covered work
|
||||||
|
in an aggregate does not cause this License to apply to the other
|
||||||
|
parts of the aggregate.
|
||||||
|
|
||||||
|
6. Conveying Non-Source Forms.
|
||||||
|
|
||||||
|
You may convey a covered work in object code form under the terms
|
||||||
|
of sections 4 and 5, provided that you also convey the
|
||||||
|
machine-readable Corresponding Source under the terms of this License,
|
||||||
|
in one of these ways:
|
||||||
|
|
||||||
|
a) Convey the object code in, or embodied in, a physical product
|
||||||
|
(including a physical distribution medium), accompanied by the
|
||||||
|
Corresponding Source fixed on a durable physical medium
|
||||||
|
customarily used for software interchange.
|
||||||
|
|
||||||
|
b) Convey the object code in, or embodied in, a physical product
|
||||||
|
(including a physical distribution medium), accompanied by a
|
||||||
|
written offer, valid for at least three years and valid for as
|
||||||
|
long as you offer spare parts or customer support for that product
|
||||||
|
model, to give anyone who possesses the object code either (1) a
|
||||||
|
copy of the Corresponding Source for all the software in the
|
||||||
|
product that is covered by this License, on a durable physical
|
||||||
|
medium customarily used for software interchange, for a price no
|
||||||
|
more than your reasonable cost of physically performing this
|
||||||
|
conveying of source, or (2) access to copy the
|
||||||
|
Corresponding Source from a network server at no charge.
|
||||||
|
|
||||||
|
c) Convey individual copies of the object code with a copy of the
|
||||||
|
written offer to provide the Corresponding Source. This
|
||||||
|
alternative is allowed only occasionally and noncommercially, and
|
||||||
|
only if you received the object code with such an offer, in accord
|
||||||
|
with subsection 6b.
|
||||||
|
|
||||||
|
d) Convey the object code by offering access from a designated
|
||||||
|
place (gratis or for a charge), and offer equivalent access to the
|
||||||
|
Corresponding Source in the same way through the same place at no
|
||||||
|
further charge. You need not require recipients to copy the
|
||||||
|
Corresponding Source along with the object code. If the place to
|
||||||
|
copy the object code is a network server, the Corresponding Source
|
||||||
|
may be on a different server (operated by you or a third party)
|
||||||
|
that supports equivalent copying facilities, provided you maintain
|
||||||
|
clear directions next to the object code saying where to find the
|
||||||
|
Corresponding Source. Regardless of what server hosts the
|
||||||
|
Corresponding Source, you remain obligated to ensure that it is
|
||||||
|
available for as long as needed to satisfy these requirements.
|
||||||
|
|
||||||
|
e) Convey the object code using peer-to-peer transmission, provided
|
||||||
|
you inform other peers where the object code and Corresponding
|
||||||
|
Source of the work are being offered to the general public at no
|
||||||
|
charge under subsection 6d.
|
||||||
|
|
||||||
|
A separable portion of the object code, whose source code is excluded
|
||||||
|
from the Corresponding Source as a System Library, need not be
|
||||||
|
included in conveying the object code work.
|
||||||
|
|
||||||
|
A "User Product" is either (1) a "consumer product", which means any
|
||||||
|
tangible personal property which is normally used for personal, family,
|
||||||
|
or household purposes, or (2) anything designed or sold for incorporation
|
||||||
|
into a dwelling. In determining whether a product is a consumer product,
|
||||||
|
doubtful cases shall be resolved in favor of coverage. For a particular
|
||||||
|
product received by a particular user, "normally used" refers to a
|
||||||
|
typical or common use of that class of product, regardless of the status
|
||||||
|
of the particular user or of the way in which the particular user
|
||||||
|
actually uses, or expects or is expected to use, the product. A product
|
||||||
|
is a consumer product regardless of whether the product has substantial
|
||||||
|
commercial, industrial or non-consumer uses, unless such uses represent
|
||||||
|
the only significant mode of use of the product.
|
||||||
|
|
||||||
|
"Installation Information" for a User Product means any methods,
|
||||||
|
procedures, authorization keys, or other information required to install
|
||||||
|
and execute modified versions of a covered work in that User Product from
|
||||||
|
a modified version of its Corresponding Source. The information must
|
||||||
|
suffice to ensure that the continued functioning of the modified object
|
||||||
|
code is in no case prevented or interfered with solely because
|
||||||
|
modification has been made.
|
||||||
|
|
||||||
|
If you convey an object code work under this section in, or with, or
|
||||||
|
specifically for use in, a User Product, and the conveying occurs as
|
||||||
|
part of a transaction in which the right of possession and use of the
|
||||||
|
User Product is transferred to the recipient in perpetuity or for a
|
||||||
|
fixed term (regardless of how the transaction is characterized), the
|
||||||
|
Corresponding Source conveyed under this section must be accompanied
|
||||||
|
by the Installation Information. But this requirement does not apply
|
||||||
|
if neither you nor any third party retains the ability to install
|
||||||
|
modified object code on the User Product (for example, the work has
|
||||||
|
been installed in ROM).
|
||||||
|
|
||||||
|
The requirement to provide Installation Information does not include a
|
||||||
|
requirement to continue to provide support service, warranty, or updates
|
||||||
|
for a work that has been modified or installed by the recipient, or for
|
||||||
|
the User Product in which it has been modified or installed. Access to a
|
||||||
|
network may be denied when the modification itself materially and
|
||||||
|
adversely affects the operation of the network or violates the rules and
|
||||||
|
protocols for communication across the network.
|
||||||
|
|
||||||
|
Corresponding Source conveyed, and Installation Information provided,
|
||||||
|
in accord with this section must be in a format that is publicly
|
||||||
|
documented (and with an implementation available to the public in
|
||||||
|
source code form), and must require no special password or key for
|
||||||
|
unpacking, reading or copying.
|
||||||
|
|
||||||
|
7. Additional Terms.
|
||||||
|
|
||||||
|
"Additional permissions" are terms that supplement the terms of this
|
||||||
|
License by making exceptions from one or more of its conditions.
|
||||||
|
Additional permissions that are applicable to the entire Program shall
|
||||||
|
be treated as though they were included in this License, to the extent
|
||||||
|
that they are valid under applicable law. If additional permissions
|
||||||
|
apply only to part of the Program, that part may be used separately
|
||||||
|
under those permissions, but the entire Program remains governed by
|
||||||
|
this License without regard to the additional permissions.
|
||||||
|
|
||||||
|
When you convey a copy of a covered work, you may at your option
|
||||||
|
remove any additional permissions from that copy, or from any part of
|
||||||
|
it. (Additional permissions may be written to require their own
|
||||||
|
removal in certain cases when you modify the work.) You may place
|
||||||
|
additional permissions on material, added by you to a covered work,
|
||||||
|
for which you have or can give appropriate copyright permission.
|
||||||
|
|
||||||
|
Notwithstanding any other provision of this License, for material you
|
||||||
|
add to a covered work, you may (if authorized by the copyright holders of
|
||||||
|
that material) supplement the terms of this License with terms:
|
||||||
|
|
||||||
|
a) Disclaiming warranty or limiting liability differently from the
|
||||||
|
terms of sections 15 and 16 of this License; or
|
||||||
|
|
||||||
|
b) Requiring preservation of specified reasonable legal notices or
|
||||||
|
author attributions in that material or in the Appropriate Legal
|
||||||
|
Notices displayed by works containing it; or
|
||||||
|
|
||||||
|
c) Prohibiting misrepresentation of the origin of that material, or
|
||||||
|
requiring that modified versions of such material be marked in
|
||||||
|
reasonable ways as different from the original version; or
|
||||||
|
|
||||||
|
d) Limiting the use for publicity purposes of names of licensors or
|
||||||
|
authors of the material; or
|
||||||
|
|
||||||
|
e) Declining to grant rights under trademark law for use of some
|
||||||
|
trade names, trademarks, or service marks; or
|
||||||
|
|
||||||
|
f) Requiring indemnification of licensors and authors of that
|
||||||
|
material by anyone who conveys the material (or modified versions of
|
||||||
|
it) with contractual assumptions of liability to the recipient, for
|
||||||
|
any liability that these contractual assumptions directly impose on
|
||||||
|
those licensors and authors.
|
||||||
|
|
||||||
|
All other non-permissive additional terms are considered "further
|
||||||
|
restrictions" within the meaning of section 10. If the Program as you
|
||||||
|
received it, or any part of it, contains a notice stating that it is
|
||||||
|
governed by this License along with a term that is a further
|
||||||
|
restriction, you may remove that term. If a license document contains
|
||||||
|
a further restriction but permits relicensing or conveying under this
|
||||||
|
License, you may add to a covered work material governed by the terms
|
||||||
|
of that license document, provided that the further restriction does
|
||||||
|
not survive such relicensing or conveying.
|
||||||
|
|
||||||
|
If you add terms to a covered work in accord with this section, you
|
||||||
|
must place, in the relevant source files, a statement of the
|
||||||
|
additional terms that apply to those files, or a notice indicating
|
||||||
|
where to find the applicable terms.
|
||||||
|
|
||||||
|
Additional terms, permissive or non-permissive, may be stated in the
|
||||||
|
form of a separately written license, or stated as exceptions;
|
||||||
|
the above requirements apply either way.
|
||||||
|
|
||||||
|
8. Termination.
|
||||||
|
|
||||||
|
You may not propagate or modify a covered work except as expressly
|
||||||
|
provided under this License. Any attempt otherwise to propagate or
|
||||||
|
modify it is void, and will automatically terminate your rights under
|
||||||
|
this License (including any patent licenses granted under the third
|
||||||
|
paragraph of section 11).
|
||||||
|
|
||||||
|
However, if you cease all violation of this License, then your
|
||||||
|
license from a particular copyright holder is reinstated (a)
|
||||||
|
provisionally, unless and until the copyright holder explicitly and
|
||||||
|
finally terminates your license, and (b) permanently, if the copyright
|
||||||
|
holder fails to notify you of the violation by some reasonable means
|
||||||
|
prior to 60 days after the cessation.
|
||||||
|
|
||||||
|
Moreover, your license from a particular copyright holder is
|
||||||
|
reinstated permanently if the copyright holder notifies you of the
|
||||||
|
violation by some reasonable means, this is the first time you have
|
||||||
|
received notice of violation of this License (for any work) from that
|
||||||
|
copyright holder, and you cure the violation prior to 30 days after
|
||||||
|
your receipt of the notice.
|
||||||
|
|
||||||
|
Termination of your rights under this section does not terminate the
|
||||||
|
licenses of parties who have received copies or rights from you under
|
||||||
|
this License. If your rights have been terminated and not permanently
|
||||||
|
reinstated, you do not qualify to receive new licenses for the same
|
||||||
|
material under section 10.
|
||||||
|
|
||||||
|
9. Acceptance Not Required for Having Copies.
|
||||||
|
|
||||||
|
You are not required to accept this License in order to receive or
|
||||||
|
run a copy of the Program. Ancillary propagation of a covered work
|
||||||
|
occurring solely as a consequence of using peer-to-peer transmission
|
||||||
|
to receive a copy likewise does not require acceptance. However,
|
||||||
|
nothing other than this License grants you permission to propagate or
|
||||||
|
modify any covered work. These actions infringe copyright if you do
|
||||||
|
not accept this License. Therefore, by modifying or propagating a
|
||||||
|
covered work, you indicate your acceptance of this License to do so.
|
||||||
|
|
||||||
|
10. Automatic Licensing of Downstream Recipients.
|
||||||
|
|
||||||
|
Each time you convey a covered work, the recipient automatically
|
||||||
|
receives a license from the original licensors, to run, modify and
|
||||||
|
propagate that work, subject to this License. You are not responsible
|
||||||
|
for enforcing compliance by third parties with this License.
|
||||||
|
|
||||||
|
An "entity transaction" is a transaction transferring control of an
|
||||||
|
organization, or substantially all assets of one, or subdividing an
|
||||||
|
organization, or merging organizations. If propagation of a covered
|
||||||
|
work results from an entity transaction, each party to that
|
||||||
|
transaction who receives a copy of the work also receives whatever
|
||||||
|
licenses to the work the party's predecessor in interest had or could
|
||||||
|
give under the previous paragraph, plus a right to possession of the
|
||||||
|
Corresponding Source of the work from the predecessor in interest, if
|
||||||
|
the predecessor has it or can get it with reasonable efforts.
|
||||||
|
|
||||||
|
You may not impose any further restrictions on the exercise of the
|
||||||
|
rights granted or affirmed under this License. For example, you may
|
||||||
|
not impose a license fee, royalty, or other charge for exercise of
|
||||||
|
rights granted under this License, and you may not initiate litigation
|
||||||
|
(including a cross-claim or counterclaim in a lawsuit) alleging that
|
||||||
|
any patent claim is infringed by making, using, selling, offering for
|
||||||
|
sale, or importing the Program or any portion of it.
|
||||||
|
|
||||||
|
11. Patents.
|
||||||
|
|
||||||
|
A "contributor" is a copyright holder who authorizes use under this
|
||||||
|
License of the Program or a work on which the Program is based. The
|
||||||
|
work thus licensed is called the contributor's "contributor version".
|
||||||
|
|
||||||
|
A contributor's "essential patent claims" are all patent claims
|
||||||
|
owned or controlled by the contributor, whether already acquired or
|
||||||
|
hereafter acquired, that would be infringed by some manner, permitted
|
||||||
|
by this License, of making, using, or selling its contributor version,
|
||||||
|
but do not include claims that would be infringed only as a
|
||||||
|
consequence of further modification of the contributor version. For
|
||||||
|
purposes of this definition, "control" includes the right to grant
|
||||||
|
patent sublicenses in a manner consistent with the requirements of
|
||||||
|
this License.
|
||||||
|
|
||||||
|
Each contributor grants you a non-exclusive, worldwide, royalty-free
|
||||||
|
patent license under the contributor's essential patent claims, to
|
||||||
|
make, use, sell, offer for sale, import and otherwise run, modify and
|
||||||
|
propagate the contents of its contributor version.
|
||||||
|
|
||||||
|
In the following three paragraphs, a "patent license" is any express
|
||||||
|
agreement or commitment, however denominated, not to enforce a patent
|
||||||
|
(such as an express permission to practice a patent or covenant not to
|
||||||
|
sue for patent infringement). To "grant" such a patent license to a
|
||||||
|
party means to make such an agreement or commitment not to enforce a
|
||||||
|
patent against the party.
|
||||||
|
|
||||||
|
If you convey a covered work, knowingly relying on a patent license,
|
||||||
|
and the Corresponding Source of the work is not available for anyone
|
||||||
|
to copy, free of charge and under the terms of this License, through a
|
||||||
|
publicly available network server or other readily accessible means,
|
||||||
|
then you must either (1) cause the Corresponding Source to be so
|
||||||
|
available, or (2) arrange to deprive yourself of the benefit of the
|
||||||
|
patent license for this particular work, or (3) arrange, in a manner
|
||||||
|
consistent with the requirements of this License, to extend the patent
|
||||||
|
license to downstream recipients. "Knowingly relying" means you have
|
||||||
|
actual knowledge that, but for the patent license, your conveying the
|
||||||
|
covered work in a country, or your recipient's use of the covered work
|
||||||
|
in a country, would infringe one or more identifiable patents in that
|
||||||
|
country that you have reason to believe are valid.
|
||||||
|
|
||||||
|
If, pursuant to or in connection with a single transaction or
|
||||||
|
arrangement, you convey, or propagate by procuring conveyance of, a
|
||||||
|
covered work, and grant a patent license to some of the parties
|
||||||
|
receiving the covered work authorizing them to use, propagate, modify
|
||||||
|
or convey a specific copy of the covered work, then the patent license
|
||||||
|
you grant is automatically extended to all recipients of the covered
|
||||||
|
work and works based on it.
|
||||||
|
|
||||||
|
A patent license is "discriminatory" if it does not include within
|
||||||
|
the scope of its coverage, prohibits the exercise of, or is
|
||||||
|
conditioned on the non-exercise of one or more of the rights that are
|
||||||
|
specifically granted under this License. You may not convey a covered
|
||||||
|
work if you are a party to an arrangement with a third party that is
|
||||||
|
in the business of distributing software, under which you make payment
|
||||||
|
to the third party based on the extent of your activity of conveying
|
||||||
|
the work, and under which the third party grants, to any of the
|
||||||
|
parties who would receive the covered work from you, a discriminatory
|
||||||
|
patent license (a) in connection with copies of the covered work
|
||||||
|
conveyed by you (or copies made from those copies), or (b) primarily
|
||||||
|
for and in connection with specific products or compilations that
|
||||||
|
contain the covered work, unless you entered into that arrangement,
|
||||||
|
or that patent license was granted, prior to 28 March 2007.
|
||||||
|
|
||||||
|
Nothing in this License shall be construed as excluding or limiting
|
||||||
|
any implied license or other defenses to infringement that may
|
||||||
|
otherwise be available to you under applicable patent law.
|
||||||
|
|
||||||
|
12. No Surrender of Others' Freedom.
|
||||||
|
|
||||||
|
If conditions are imposed on you (whether by court order, agreement or
|
||||||
|
otherwise) that contradict the conditions of this License, they do not
|
||||||
|
excuse you from the conditions of this License. If you cannot convey a
|
||||||
|
covered work so as to satisfy simultaneously your obligations under this
|
||||||
|
License and any other pertinent obligations, then as a consequence you may
|
||||||
|
not convey it at all. For example, if you agree to terms that obligate you
|
||||||
|
to collect a royalty for further conveying from those to whom you convey
|
||||||
|
the Program, the only way you could satisfy both those terms and this
|
||||||
|
License would be to refrain entirely from conveying the Program.
|
||||||
|
|
||||||
|
13. Remote Network Interaction; Use with the GNU General Public License.
|
||||||
|
|
||||||
|
Notwithstanding any other provision of this License, if you modify the
|
||||||
|
Program, your modified version must prominently offer all users
|
||||||
|
interacting with it remotely through a computer network (if your version
|
||||||
|
supports such interaction) an opportunity to receive the Corresponding
|
||||||
|
Source of your version by providing access to the Corresponding Source
|
||||||
|
from a network server at no charge, through some standard or customary
|
||||||
|
means of facilitating copying of software. This Corresponding Source
|
||||||
|
shall include the Corresponding Source for any work covered by version 3
|
||||||
|
of the GNU General Public License that is incorporated pursuant to the
|
||||||
|
following paragraph.
|
||||||
|
|
||||||
|
Notwithstanding any other provision of this License, you have
|
||||||
|
permission to link or combine any covered work with a work licensed
|
||||||
|
under version 3 of the GNU General Public License into a single
|
||||||
|
combined work, and to convey the resulting work. The terms of this
|
||||||
|
License will continue to apply to the part which is the covered work,
|
||||||
|
but the work with which it is combined will remain governed by version
|
||||||
|
3 of the GNU General Public License.
|
||||||
|
|
||||||
|
14. Revised Versions of this License.
|
||||||
|
|
||||||
|
The Free Software Foundation may publish revised and/or new versions of
|
||||||
|
the GNU Affero General Public License from time to time. Such new versions
|
||||||
|
will be similar in spirit to the present version, but may differ in detail to
|
||||||
|
address new problems or concerns.
|
||||||
|
|
||||||
|
Each version is given a distinguishing version number. If the
|
||||||
|
Program specifies that a certain numbered version of the GNU Affero General
|
||||||
|
Public License "or any later version" applies to it, you have the
|
||||||
|
option of following the terms and conditions either of that numbered
|
||||||
|
version or of any later version published by the Free Software
|
||||||
|
Foundation. If the Program does not specify a version number of the
|
||||||
|
GNU Affero General Public License, you may choose any version ever published
|
||||||
|
by the Free Software Foundation.
|
||||||
|
|
||||||
|
If the Program specifies that a proxy can decide which future
|
||||||
|
versions of the GNU Affero General Public License can be used, that proxy's
|
||||||
|
public statement of acceptance of a version permanently authorizes you
|
||||||
|
to choose that version for the Program.
|
||||||
|
|
||||||
|
Later license versions may give you additional or different
|
||||||
|
permissions. However, no additional obligations are imposed on any
|
||||||
|
author or copyright holder as a result of your choosing to follow a
|
||||||
|
later version.
|
||||||
|
|
||||||
|
15. Disclaimer of Warranty.
|
||||||
|
|
||||||
|
THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY
|
||||||
|
APPLICABLE LAW. EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT
|
||||||
|
HOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY
|
||||||
|
OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO,
|
||||||
|
THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
|
||||||
|
PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM
|
||||||
|
IS WITH YOU. SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF
|
||||||
|
ALL NECESSARY SERVICING, REPAIR OR CORRECTION.
|
||||||
|
|
||||||
|
16. Limitation of Liability.
|
||||||
|
|
||||||
|
IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING
|
||||||
|
WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MODIFIES AND/OR CONVEYS
|
||||||
|
THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY
|
||||||
|
GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE
|
||||||
|
USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS OF
|
||||||
|
DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD
|
||||||
|
PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS),
|
||||||
|
EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF
|
||||||
|
SUCH DAMAGES.
|
||||||
|
|
||||||
|
17. Interpretation of Sections 15 and 16.
|
||||||
|
|
||||||
|
If the disclaimer of warranty and limitation of liability provided
|
||||||
|
above cannot be given local legal effect according to their terms,
|
||||||
|
reviewing courts shall apply local law that most closely approximates
|
||||||
|
an absolute waiver of all civil liability in connection with the
|
||||||
|
Program, unless a warranty or assumption of liability accompanies a
|
||||||
|
copy of the Program in return for a fee.
|
||||||
|
|
||||||
|
END OF TERMS AND CONDITIONS
|
||||||
|
|
||||||
|
How to Apply These Terms to Your New Programs
|
||||||
|
|
||||||
|
If you develop a new program, and you want it to be of the greatest
|
||||||
|
possible use to the public, the best way to achieve this is to make it
|
||||||
|
free software which everyone can redistribute and change under these terms.
|
||||||
|
|
||||||
|
To do so, attach the following notices to the program. It is safest
|
||||||
|
to attach them to the start of each source file to most effectively
|
||||||
|
state the exclusion of warranty; and each file should have at least
|
||||||
|
the "copyright" line and a pointer to where the full notice is found.
|
||||||
|
|
||||||
|
<one line to give the program's name and a brief idea of what it does.>
|
||||||
|
Copyright (C) <year> <name of author>
|
||||||
|
|
||||||
|
This program is free software: you can redistribute it and/or modify
|
||||||
|
it under the terms of the GNU Affero General Public License as published by
|
||||||
|
the Free Software Foundation, either version 3 of the License, or
|
||||||
|
(at your option) any later version.
|
||||||
|
|
||||||
|
This program is distributed in the hope that it will be useful,
|
||||||
|
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
|
GNU Affero General Public License for more details.
|
||||||
|
|
||||||
|
You should have received a copy of the GNU Affero General Public License
|
||||||
|
along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||||
|
|
||||||
|
Also add information on how to contact you by electronic and paper mail.
|
||||||
|
|
||||||
|
If your software can interact with users remotely through a computer
|
||||||
|
network, you should also make sure that it provides a way for users to
|
||||||
|
get its source. For example, if your program is a web application, its
|
||||||
|
interface could display a "Source" link that leads users to an archive
|
||||||
|
of the code. There are many ways you could offer source, and different
|
||||||
|
solutions will be better for different programs; see section 13 for the
|
||||||
|
specific requirements.
|
||||||
|
|
||||||
|
You should also get your employer (if you work as a programmer) or school,
|
||||||
|
if any, to sign a "copyright disclaimer" for the program, if necessary.
|
||||||
|
For more information on this, and how to apply and follow the GNU AGPL, see
|
||||||
|
<https://www.gnu.org/licenses/>.
|
96
README.md
Normal file
96
README.md
Normal file
@ -0,0 +1,96 @@
|
|||||||
|
# Android Debloat List
|
||||||
|
|
||||||
|
A comprehensive list of apps that come preinstalled with many ROMs and how to remove and replace them, intended for
|
||||||
|
backend rather than frontend. This list is kept in synchronised with
|
||||||
|
the [Universal Android Debloater](https://github.com/0x192/universal-android-debloater) (UAD) project.
|
||||||
|
|
||||||
|
## JSON Schema
|
||||||
|
|
||||||
|
Our JSON schema is quite different from the one used in the UAD project.
|
||||||
|
|
||||||
|
- `id` (string) - Name of the package. It has to be unique per entry across all the list.
|
||||||
|
- `label` (string) _optional_ - The readable name of the package in English, currently optional as UAD does not have
|
||||||
|
this field.
|
||||||
|
- `dependencies` (list of strings) _optional_ - Package names of the apps that this app depends on.
|
||||||
|
- `required_by` (list of strings) _optional_ - Package names of the apps that depend on this app.
|
||||||
|
- `tags` (list of strings) _optional_ - List of predefined tags/categories.
|
||||||
|
- `description` (string) - Description of the package under 200 words. This might include investigation report.
|
||||||
|
- `removal` (string) - How should this app be removed. The values are predefined.
|
||||||
|
- `warning` (string) _optional_ - Additional description for the app that require user's attention.
|
||||||
|
- `suggestions` (string) _optional_ - Suggestion ID.
|
||||||
|
|
||||||
|
### Values for `removal`
|
||||||
|
|
||||||
|
| name | description |
|
||||||
|
|-----------|-------------------------------------------------------------------------------|
|
||||||
|
| `delete` | It's safe to just get rid of the app. |
|
||||||
|
| `replace` | Replace the app with something else, preferably, with one of the suggestions. |
|
||||||
|
| `caution` | It might not be safe to get rid of the app. |
|
||||||
|
| `unsafe` | It is unsafe to get rid of the app. `warning` must be set for this. |
|
||||||
|
|
||||||
|
### Values for `tags`
|
||||||
|
|
||||||
|
Will be added when required.
|
||||||
|
|
||||||
|
### Suggestions
|
||||||
|
|
||||||
|
The filename of the suggestion is its _Suggestion ID_. The file contains a list of suggested apps. Each suggestion has
|
||||||
|
the following format:
|
||||||
|
|
||||||
|
- `id` (string) - Package name of the app.
|
||||||
|
- `label` (string) - The readable name of the app in English.
|
||||||
|
- `reason` (string) _optional_ - Why this is suggested, under 100 words.
|
||||||
|
- `source` (string) _optional_ - Source of the app. This is a predefined value, could be `fgas` where `f` stands for
|
||||||
|
F-Droid, `g` for Google Play Store, `a` for Amazon Appstore and `s` for Samsung Galaxy Store.
|
||||||
|
- `repo` (string) - Link to the project repository.
|
||||||
|
|
||||||
|
#### Criteria for suggestions
|
||||||
|
|
||||||
|
1. It has to be free and open source having an OSI approved license.
|
||||||
|
2. Interface or functions (UI/UX) should be very or nearly similar to the original app or even better. If no such
|
||||||
|
alternative is available right now, the `reason` must be included.
|
||||||
|
3. For crucial apps, for example, messaging apps, only audited apps might be listed. Unaudited yet popularly used apps
|
||||||
|
should contain sufficient warning in the `reason` section.
|
||||||
|
4. The app should not contain any trackers. If it does contain any reasonable tracker such as crash reporting framework,
|
||||||
|
it should be disabled by default. If there are no such alternative, the `reason` section must be updated with
|
||||||
|
sufficient warning.
|
||||||
|
5. No credits or endorsement is allowed. If a suggested app contain or advertise its inclusion in this list, the app
|
||||||
|
will be removed from the list in immediate effect.
|
||||||
|
|
||||||
|
## Contributing
|
||||||
|
|
||||||
|
The repository is divided into several folders to make it easier for the first-time contributors as well as those who
|
||||||
|
do not have access to a personal computer.
|
||||||
|
|
||||||
|
Each json file represents a list of debloatling materials for a category. For example, `aosp.json` contains a list of
|
||||||
|
apps that comes prebuilt with the AOSP itself, `oem.json` contains a list of apps from all the vendors or OEMs. The list
|
||||||
|
names are very generic, and if you have a new idea for a list, it has to be generic too. For example, apps related to
|
||||||
|
productivity can be separated from `misc.json` under a new json file. All entries must appear in the alphabetic order
|
||||||
|
based on their `id`.
|
||||||
|
|
||||||
|
`suggestions` folder contains a list of suggestions for a certain category. The filename of each list is considered its
|
||||||
|
_ID_ and should not contain any non-ASCII or whitespace characters. It is done this way because multiple apps could be
|
||||||
|
assigned the same set of suggestions.
|
||||||
|
|
||||||
|
To contribute, read the schema section above and make a pull request with the desired changes. Minor changes should be
|
||||||
|
accepted without much review, but major changes such as the addition of a new package require a review. The review
|
||||||
|
process is decided by the maintainer based on the type of change.
|
||||||
|
|
||||||
|
## License
|
||||||
|
|
||||||
|
```
|
||||||
|
Copyright (C) 2022 Muntashir Al-Islam
|
||||||
|
|
||||||
|
This program is free software: you can redistribute it and/or modify
|
||||||
|
it under the terms of the GNU Affero General Public License as published by
|
||||||
|
the Free Software Foundation, either version 3 of the License, or
|
||||||
|
(at your option) any later version.
|
||||||
|
|
||||||
|
This program is distributed in the hope that it will be useful,
|
||||||
|
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
|
GNU Affero General Public License for more details.
|
||||||
|
|
||||||
|
You should have received a copy of the GNU Affero General Public License
|
||||||
|
along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||||
|
```
|
552
aosp.json
Normal file
552
aosp.json
Normal file
@ -0,0 +1,552 @@
|
|||||||
|
[
|
||||||
|
{
|
||||||
|
"id": "com.android.bluetoothmidiservice",
|
||||||
|
"description": "Provides classes for using the MIDI protocol over Bluetooth. Safe to remove if you don't plan to connect MIDI devices.",
|
||||||
|
"removal": "delete"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "com.android.bookmarkprovider",
|
||||||
|
"description": "Only exists for compatibility reasons to prevent apps querying it from getting null cursors they do not expect and crash.\n",
|
||||||
|
"removal": "replace"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "com.android.carrierdefaultapp",
|
||||||
|
"description": "This package is a generic solution that allows carriers to indicate when a device has run OOB(Out Of Balance). Android devices that are OOB need carrier mitigation protocols to allow select data through(like to notify users their data/balance is out, or allow them to buy more data through the carrier app).\nWill probably break that functionality if disabled, but is otherwise safe to disable(should only affect users that are out of data/balance?).\nhttps://source.android.com/devices/tech/connect/oob-users",
|
||||||
|
"removal": "replace"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "com.android.companiondevicemanager",
|
||||||
|
"description": "Companion Device Manager\nThis handles connections to other devices, like Bluetooth Headphones, desktop Operating Systems, etc.\nOnly needed for Google smart IoT devices (WearOS/Android Wear)",
|
||||||
|
"removal": "replace"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "com.android.dreams.basic",
|
||||||
|
"description": "Daydream (not Google Daydream VR) is an interactive screensaver mode built into Android.\nWith it turned on, it activates and shows the screensaver of your choice when you dock or charge your device.\nCan display the time, weather, quotes, photos, news, tweets, or anything else Daydream app developers can think of.\nhttps://developer.android.com/reference/android/service/dreams/DreamService",
|
||||||
|
"removal": "replace"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "com.android.dreams.phototable",
|
||||||
|
"description": "Photographic screensavers\nDaydream stuff, see com.android.dreams.basic",
|
||||||
|
"removal": "delete"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "com.android.dreams.phototable.overlay",
|
||||||
|
"description": "Overlay for the phototable daydream? Overlays are usually themes, but not sure about this one.",
|
||||||
|
"removal": "replace"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "com.android.egg",
|
||||||
|
"description": "Android's easter egg feature (spam-tap on the android version in the settings)",
|
||||||
|
"removal": "delete"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "com.android.galaxy4",
|
||||||
|
"description": "Built-in Dynamic wallpaper\n",
|
||||||
|
"removal": "delete"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "com.android.htmlviewer",
|
||||||
|
"description": "Allows apps to load URLs into the WebView, which allows web content to be displayed directly in the app..\nWARNING: Removing this causes a bootloop on some MIUI 12.5.4+ phones.",
|
||||||
|
"removal": "caution"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "com.android.magicsmoke",
|
||||||
|
"description": "\"Magic smoke\" Live wallpaper.\n",
|
||||||
|
"removal": "delete"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "com.android.musicvis",
|
||||||
|
"description": "Music Visualization Wallpapers\n",
|
||||||
|
"removal": "delete"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "com.android.noisefield",
|
||||||
|
"description": "\"Noise filed\" live wallpaper.\n",
|
||||||
|
"removal": "delete"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "com.android.phasebeam",
|
||||||
|
"description": "\"Phase beam\" live wallpaper\n",
|
||||||
|
"removal": "delete"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "com.android.providers.partnerbookmarks",
|
||||||
|
"description": "Provides bookmarks about partners of Google in Chrome.\n",
|
||||||
|
"removal": "delete"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "com.android.runintest.ddrtest",
|
||||||
|
"description": "DDR Test\nRAM Stress tester\nCan be run from the bootloader\nNOTE: I'm not sure it's really from AOSP (seen in TCL Plex phone)\n",
|
||||||
|
"removal": "delete"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "com.android.simappdialog",
|
||||||
|
"description": "Sim App Dialog\nCreates a pop-up asking if the user wants to install the carrier app when a SIM is inserted. Seems to be event-triggered, i.e: doesn't run in the background.\nhttps://android.googlesource.com/platform/frameworks/base/+/master/packages/SimAppDialog/src/com/android/simappdialog/InstallCarrierAppActivity.java",
|
||||||
|
"removal": "replace"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "com.android.soundrecorder",
|
||||||
|
"description": "AOSP Sound recorder. OEM often use their own solution\nNOTE: On some phones, Huawei & Xiaomi also use this package name for their own browser app.\nThere are better apps (on F-droid) anyway \n",
|
||||||
|
"removal": "replace"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "com.android.stk2",
|
||||||
|
"description": "SIM toolkit\nSpecial package for dual-sim devices?\nEnables carriers to initiate \"value-added services\". Basically, some operators provide SIM-cards with applications installed on them.\nhttps://en.wikipedia.org/wiki/SIM_Application_Toolkit#cite_note-CellularZA-1\nHas been abused:\n- SimJacker: https://thehackernews.com/2019/09/simjacker-mobile-hacking.html\n- WIBattack: https://www.zdnet.com/article/new-sim-card-attack-disclosed-similar-to-simjacker/\nWARNING: do mind that disabling/uninstalling this package will break mobile identity management which could be used by apps (for example your Bank) to authenticate you. See https://en.wikipedia.org/wiki/Mobile_identity_management",
|
||||||
|
"removal": "replace"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "com.android.stk",
|
||||||
|
"description": "SIM toolkit\nEnables carriers to initiate \"value-added services\". Basically, some operators provide SIM-cards with applications installed on them.\nhttps://en.wikipedia.org/wiki/SIM_Application_Toolkit#cite_note-CellularZA-1\nHas been abused:\n- SimJacker: https://thehackernews.com/2019/09/simjacker-mobile-hacking.html\n- WIBattack: https://www.zdnet.com/article/new-sim-card-attack-disclosed-similar-to-simjacker/\nWARNING: do mind that disabling/uninstalling this package will break mobile identity management which could be used by apps (for example your Bank) to authenticate you. See https://en.wikipedia.org/wiki/Mobile_identity_management",
|
||||||
|
"removal": "replace"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "com.android.traceur",
|
||||||
|
"description": "System Tracing\nRecording device activity over a short period of time is known as system tracing. System tracing produces a trace file that can be used to generate a system report.\nNot useful if you're not a developer.\nhttps://developer.android.com/topic/performance/tracing",
|
||||||
|
"removal": "delete"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "com.android.wallpaper.holospiral",
|
||||||
|
"description": "\"Holo spiral\" Live wallpaper.\n",
|
||||||
|
"removal": "replace"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "com.android.wallpaper.livepicker.overlay",
|
||||||
|
"description": "Overlay for live wallpaper picker? Overlays are usually themes, but not sure about this one.",
|
||||||
|
"removal": "replace"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "com.android.wallpapercropper",
|
||||||
|
"description": "Wallpaper cropper.\n",
|
||||||
|
"removal": "replace"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "com.example.android.notepad",
|
||||||
|
"description": "(Bad) notepad app.\n",
|
||||||
|
"removal": "replace"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "android.auto_generated_vendor_",
|
||||||
|
"description": "Auto generated vendor's stuff for Android Auto (https://www.android.com/intl/en_en/auto/)\nNote: You don't need this if you don't use Android auto\n",
|
||||||
|
"removal": "delete"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "android.auto_generated_rro__",
|
||||||
|
"description": "rro = Runtime Resources Overlay.\nChanges values of a package config, based in the overlay definitions (heavily used by OEM for custom themming android) \nLink: https://source.android.com/devices/architecture/rros and https://code.tutsplus.com/tutorials/quick-tip-theme-android-with-the-runtime-resource-overlay-framework--cms-29708\n",
|
||||||
|
"removal": "delete"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "com.android.apps.tag",
|
||||||
|
"description": "Support for NFC tags interactions (5 permissions, Contacts/Phone On by default).\nNFC Tags are for instance used in buses to validate your transport card with your phone.\nOther exemple: https://en.wikipedia.org/wiki/TecTile\nYou will still be able to connect to a NFC device (e.g a speaker) with this disabled.",
|
||||||
|
"removal": "replace"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "com.android.backupconfirm",
|
||||||
|
"description": "Restores Google settings with Google Backup restore.\nDisplays confirmation popup when doing ADB backup. Disabling this package breaks ADB Backup.",
|
||||||
|
"removal": "caution"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "com.android.bio.face.service",
|
||||||
|
"description": "Handles facial regognition.\n",
|
||||||
|
"removal": "caution"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "com.android.bluetooth",
|
||||||
|
"description": "Bluetooth service\n",
|
||||||
|
"removal": "caution"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "com.android.browser",
|
||||||
|
"description": "Mi Browser\nYou really should use something else.\nFYI https://www.xda-developers.com/xiaomi-mi-web-browser-pro-mint-collecting-browsing-data-incognito-mode/\n",
|
||||||
|
"removal": "replace"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "com.android.browser.provider",
|
||||||
|
"description": "Old package (2014). Chrome bookmarks provider? Injects Picasa URL (http://picasaweb.google.com) in the Chrome browser's bookmarks in the browser.",
|
||||||
|
"removal": "replace"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "com.android.calendar",
|
||||||
|
"description": "AOSP Calendar app\nNOTE: Some OEMs (like Huawei & Xiaomi) use the same package name for their app.",
|
||||||
|
"removal": "replace"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "com.android.calculator2",
|
||||||
|
"description": "AOSP calculator app\nNOTE: Some OEMs (like Huawei & Xiaomi) use the same package name for their app.",
|
||||||
|
"removal": "replace"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "com.android.calllogbackup",
|
||||||
|
"description": "Call Logs Backup/Restore feature.\nRuns in the background.\nhttps://android.googlesource.com/platform/packages/providers/CallLogProvider/+/refs/heads/master/src/com/android/calllogbackup",
|
||||||
|
"removal": "delete"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "com.android.captiveportallogin",
|
||||||
|
"description": "Support for captive portal: https://en.wikipedia.org/wiki/Captive_portal\nA captive portal login is a web page where users have to log in or accept terms of use. Common for public wifi networks.",
|
||||||
|
"removal": "replace"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "com.android.carrierconfig",
|
||||||
|
"description": "Dynamically provides configuration for the carrier network.\nThe config contains: Roaming networks, Voicemail settings, SMS/MMS settings, VoLTE/IMS settings, and more.\nIf a carrier app is installed it will be queried for overrides to these settings.\nSeems to run on boot and when you swap SIM?\nhttps://source.android.com/devices/tech/config/carrier\nhttps://cs.android.com/android/platform/superproject/+/master:packages/apps/CarrierConfig/src/com/android/carrierconfig/DefaultCarrierConfigService.java",
|
||||||
|
"removal": "replace"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "com.android.cellbroadcastreceiver",
|
||||||
|
"description": "Cell broadcast is designed to deliver messages to multiple users in an area.\nThis is notably used by ISPs to send Emergency/Government alerts.\nRuns at boot time and is also triggered after exiting airplane mode.\nhttps://en.wikipedia.org/wiki/Cell_Broadcast\nhttps://www.androidcentral.com/amber-alerts-and-android-what-you-need-know\nhttps://android.googlesource.com/platform/packages/apps/CellBroadcastReceiver/+/refs/heads/master/src/com/android/cellbroadcastreceiver",
|
||||||
|
"removal": "caution"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "com.android.contacts",
|
||||||
|
"description": "AOSP Contacts\nSome OEMs(for example Xiaomi) use the same package name for their app.",
|
||||||
|
"removal": "caution"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "com.android.cts.priv.ctsshim",
|
||||||
|
"description": "Compatibility Test Service. Verifies certain upgrade scenarios. Disabling could mess with OTA updates.\nA shim is basically a compatibility layer for an API, that makes sure anything that uses the API does so correctly.\nhttps://android.googlesource.com/platform/frameworks/base/+/51e458e/packages/CtsShim\nhttps://en.wikipedia.org/wiki/Shim_(computing)",
|
||||||
|
"removal": "caution"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "com.android.deskclock",
|
||||||
|
"description": "AOSP Clock app\nSome OEMs (like Huawei & Xiaomi) use the same package name for their app.\n",
|
||||||
|
"removal": "replace"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "com.android.email",
|
||||||
|
"description": "Xiaomi closed-source email app based on the AOSP version. Really confusing package name.\n",
|
||||||
|
"removal": "replace"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "com.android.emergency",
|
||||||
|
"description": "Emergency rescue\nShows emergency info on lockscreen and power menu. Safe to disable if you don't want it.\nLoads on device unlock/lockscreen and power menu, so it's basically always cached in RAM, but shouldn't use much/any battery, so the main thing gained from disabling this package is the ~9MB RAM it uses.",
|
||||||
|
"removal": "replace"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "com.android.exchange",
|
||||||
|
"description": "Handles all aspects of starting, maintaining, and stopping the various sync adapters for the email accounts.\nIs it only needed for the email stock app?\n",
|
||||||
|
"removal": "replace"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "com.android.facelock",
|
||||||
|
"description": "Face Unlock\nSafe to remove if you don't use Face Unlock.",
|
||||||
|
"removal": "caution"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "com.android.gallery3d",
|
||||||
|
"description": "Xiaomi Gallery app",
|
||||||
|
"removal": "replace"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "com.android.hotspot2",
|
||||||
|
"description": "Provides wifi tethering (lets you share your mobile device's Internet connection with other devices)\nhttps://en.wikipedia.org/wiki/Tethering)\n",
|
||||||
|
"removal": "caution"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "com.android.inputdevices",
|
||||||
|
"description": "Only contains a receiver named \"Android keyboard\", possibly for an external keyboard.\nLocates available keyboard layouts. Apps can offer additional keyboard layouts to the user by declaring a suitable broadcast receiver in their manifest.",
|
||||||
|
"removal": "replace"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "com.android.inputmethod.latin",
|
||||||
|
"description": "AOSP keyboard (not Google Keyboard)",
|
||||||
|
"removal": "caution"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "com.android.internal.display.cutout.emulation.corner",
|
||||||
|
"description": "Display cutout variant\nhttps://developer.android.com/guide/topics/display-cutout\nhttps://source.android.com/devices/tech/display/display-cutouts",
|
||||||
|
"removal": "caution"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "com.android.internal.display.cutout.emulation.double",
|
||||||
|
"description": "Display cutout variant\nhttps://developer.android.com/guide/topics/display-cutout\nhttps://source.android.com/devices/tech/display/display-cutouts",
|
||||||
|
"removal": "caution"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "com.android.internal.display.cutout.emulation.hole",
|
||||||
|
"description": "Display cutout variant\nhttps://developer.android.com/guide/topics/display-cutout\nhttps://source.android.com/devices/tech/display/display-cutouts",
|
||||||
|
"removal": "caution"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "com.android.internal.display.cutout.emulation.noCutout",
|
||||||
|
"description": "Display cutout variant\nhttps://developer.android.com/guide/topics/display-cutout\nhttps://source.android.com/devices/tech/display/display-cutouts",
|
||||||
|
"removal": "caution"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "com.android.internal.display.cutout.emulation.tall",
|
||||||
|
"description": "Display cutout variant\nhttps://developer.android.com/guide/topics/display-cutout\nhttps://source.android.com/devices/tech/display/display-cutouts",
|
||||||
|
"removal": "caution"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "com.android.internal.display.cutout.emulation.waterfall",
|
||||||
|
"description": "Display cutout variant\nhttps://developer.android.com/guide/topics/display-cutout\nhttps://source.android.com/devices/tech/display/display-cutouts",
|
||||||
|
"removal": "caution"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "com.android.internal.systemui.navbar.gestural",
|
||||||
|
"description": "Gesture navigation\nLets you use swipes and other actions to navigate your device, rather than buttons.\nhttps://android-developers.googleblog.com/2019/08/gesture-navigation-backstory.html",
|
||||||
|
"removal": "caution"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "com.android.internal.systemui.navbar.gestural_extra_wide_back",
|
||||||
|
"description": "Enables a setting increasing how far you need to move your finger to trigger the back gesture.",
|
||||||
|
"removal": "caution"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "com.android.internal.systemui.navbar.gestural_narrow_back",
|
||||||
|
"description": "Enables a setting decreasing how far you need to move your finger to trigger the back gesture.",
|
||||||
|
"removal": "caution"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "com.android.internal.systemui.navbar.gestural_wide_back",
|
||||||
|
"description": "Enables a setting increasing how far you need to move your finger to trigger the back gesture.",
|
||||||
|
"removal": "caution"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "com.android.internal.systemui.navbar.twobutton",
|
||||||
|
"description": "Enables a setting for using just 2 buttons in the system navbar?",
|
||||||
|
"removal": "caution"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "com.android.internal.systemui.navbar.threebutton",
|
||||||
|
"description": "The default system navbar? It's what you use when you don't use gesture navigation.",
|
||||||
|
"removal": "caution"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "com.android.musicfx",
|
||||||
|
"description": "Audio EQ(equalizer). Some 3rd-party music apps can use it to provide you EQ features.",
|
||||||
|
"removal": "replace"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "com.android.mms",
|
||||||
|
"description": "AOSP SMS app.\nOccasionally runs in the background.\nSome OEMs (like Huawei & Xiaomi) use the same package name for their app.\nQKSMS is a good FOSS replacement: https://f-droid.org/en/packages/com.moez.QKSMS/",
|
||||||
|
"removal": "delete"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "com.android.nfc",
|
||||||
|
"description": "NFC Service\nRuns in the background as part of the System.\nI assume NFC breaks when disabled.\nWill probably run even if disabled, like most system packages. So disabling/uninstalling is probably pointless.",
|
||||||
|
"removal": "caution"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "com.android.ons",
|
||||||
|
"description": "Opportunistic Network Service\nFrom what I can glean in the source code it seems like this provides a list of available networks and assigns each network a priority.\nI've never seen it run on its own, so this might be part of some automatic network switching setting that I have turned off.\nhttps://cs.android.com/android/platform/superproject/+/master:packages/services/AlternativeNetworkAccess/src/com/android/ons/OpportunisticNetworkService.java\nhttps://developer.android.com/reference/android/telephony/AvailableNetworkInfo\nhttps://cs.android.com/android/platform/superproject/+/master:frameworks/base/telephony/java/android/telephony/AvailableNetworkInfo.java",
|
||||||
|
"removal": "replace"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "com.android.managedprovisioning",
|
||||||
|
"description": "Work Setup/Work profile setup\nManages Android user account profiles.\nThe typical use-case is setting up a corporate profile that is controlled by the employer on an employee's personal device, to keep personal and work data separate.\nhttps://support.google.com/work/android/answer/6191949?\nhttps://developers.google.com/android/work/requirements/work-profile\nNeeded for sandbox's apps like Shelter/Island.",
|
||||||
|
"removal": "caution"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "com.android.otaprovisioningclient",
|
||||||
|
"description": "OTA Access Point Configuration\nOTA (Over the air) is the method used by OEMs to push updates to your device.\nAn OTA access point is used to run system software updates over a special gateway. This package is most likely customized by your OEM.",
|
||||||
|
"removal": "caution"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "com.android.pacprocessor",
|
||||||
|
"description": "PAC (Proxy Auto-Config) is a file which defines how an app can automatically find the correct proxy server for fetching an URL.\nShould be safe to remove if you don't use Auto-proxy (with PAC file config)\nhttps://en.wikipedia.org/wiki/Proxy_auto-config",
|
||||||
|
"removal": "caution"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "com.android.phone.recorder",
|
||||||
|
"description": "AOSP Call recorder function. Most of the time OEM use their own code for this.\nNOTE: Some OEMs (like Huawei & Xiaomi) use the same package name for their app.",
|
||||||
|
"removal": "replace"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "com.android.printservice.recommendation",
|
||||||
|
"description": "Recommends 3rd-party print services apps in the PlayStore. Printing will probably still works without (by using the default print service).",
|
||||||
|
"removal": "replace"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "com.android.printspooler",
|
||||||
|
"description": "Print Spooler\nManages the printing process.\nRuns on boot, but not beyond that.\nWARNING: Disabling breaks the connection preferences submenu in the settings app on most devices, but other than that it only breaks printing functionality and is safe to disable.",
|
||||||
|
"removal": "caution"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "com.android.providers.blockednumber",
|
||||||
|
"description": "Handles blocked number storage.\nOn some devices this seems to be tied to the recent apps menu (see https://gitlab.com/W1nst0n/universal-android-debloater/-/issues/6)\nContent providers encapsulate data, providing centralized management of data shared between apps.\nhttps://developer.android.com/guide/topics/providers/content-providers.html",
|
||||||
|
"removal": "caution"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "com.android.providers.calendar",
|
||||||
|
"description": "Calendar Storage\nNecessary for the stock Calendar app to work correctly.\nContent providers encapsulate data, providing centralized management of data shared between apps.\nhttps://developer.android.com/guide/topics/providers/content-providers.html",
|
||||||
|
"removal": "caution"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "com.android.providers.drm",
|
||||||
|
"description": "DRM Protected Content Storage\nManages DRM storage on the device?\nProbably required for some forms of DRM; disabling might break things like Netflix streaming, which relies on DRM to function.\nhttps://en.wikipedia.org/wiki/Digital_rights_management",
|
||||||
|
"removal": "caution"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "com.android.providers.userdictionary",
|
||||||
|
"description": "Handles user dictionary for keyboard apps.\nContent providers encapsulate data, providing centralized management of data shared between apps.\nhttps://developer.android.com/guide/topics/providers/content-providers.html. WARNING: Removing this package may cause settings menu to crash on some Huawei phones",
|
||||||
|
"removal": "caution"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "com.android.proxyhandler",
|
||||||
|
"description": "Handles proxy config.\nSafe to remove if you don't use a proxy.",
|
||||||
|
"removal": "caution"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "com.android.quicksearchbox",
|
||||||
|
"description": "Google quick search box.\n",
|
||||||
|
"removal": "delete"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "com.android.se",
|
||||||
|
"description": "SecureElementApplication\nRuns in the background as part of the system.\nUnderlying implementation for the OMAPI SE service.\nEnables apps to use the OpenMobile API to access secure elements(SE) to enable smart-card payments and other secure services.\n\nAn SE is a special chip (e.g SIM-card) for storing cryptographic secrets in a way that makes illicit use hard.\nThe Open Mobile Alliance (OPA) is a standards organization which develops open standards for the mobile phone industry.",
|
||||||
|
"removal": "caution"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "com.android.settings.intelligence",
|
||||||
|
"description": "Settings Suggestions\nHandles the search and suggestions features in the settings app.\nDisabling this package makes the Settings app crash when you tap on search.\nDoesn't run in the background, so there's little benefit in disabling.\nhttps://gitlab.com/W1nst0n/universal-android-debloater/-/issues/51",
|
||||||
|
"removal": "caution"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "com.android.sharedstoragebackup",
|
||||||
|
"description": "Used during backup. Backs up the shared storage? (files accessible by every app with STORAGE permission)\nThings have changed with Android 10. Don't know if this package is still relevant for new phones.\nhttps://blog.mindorks.com/understanding-the-scoped-storage-in-android.",
|
||||||
|
"removal": "replace"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "com.android.smspush",
|
||||||
|
"description": "This service is used to push/send specially formatted SMS messages that display an alert message to the user, and give them the option of connecting directly to a particular app.\nFor instance, an SMS notifying the user of a new e-mail, with a URL link to connect directly to the e-mail app.\nhttps://web.archive.org/web/20200915164901/https://www.nowsms.com/doc/submitting-sms-messages/sending-wap-push-messages",
|
||||||
|
"removal": "replace"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "com.android.systemui.theme.dark",
|
||||||
|
"description": "Enables you to use Android dark theme.",
|
||||||
|
"removal": "caution"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "com.android.theme.icon_pack.rounded.systemui",
|
||||||
|
"description": "Android icons pack [Rounded].\nSafe to remove if you don't use them, but there's no point in doing so as they are simple data containers with no permissions.",
|
||||||
|
"removal": "caution"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "com.android.timezone.updater",
|
||||||
|
"description": "Time Zone Updater\nAutomatically updates the clock to correspond to your current time zone\nThis *may* causes a bootloop if removed. Timezone packages often causes that. \n",
|
||||||
|
"removal": "caution"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "com.android.voicedialer",
|
||||||
|
"description": "AOSP Voice dialer. Let's you call someone or open an app with your voice from the dialer.\nOEM often use their own code (embeded in their voice-controlled digital assistant)\nNOTE: On some phones Huawei & Xiaomi also use this package name for their own voice dialer app.\n",
|
||||||
|
"removal": "replace"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "com.android.wallpaperpicker",
|
||||||
|
"description": "Enables you to pick a wallpaper.\n",
|
||||||
|
"removal": "replace"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "com.android.wallpaperbackup",
|
||||||
|
"description": "Backup your wallapaper and load this backup instead of the original file in case you delete it.\nSafe to remove if you really want to.\n",
|
||||||
|
"removal": "replace"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "com.android.webview",
|
||||||
|
"description": "AOSP webview\nDeprecated and replaced by com.google.android.webview\nAllows Android apps to display content from the web directly inside the app. It's based on Chrome.\nBromite is an open-source, privacy-oriented Webview replacement: https://www.bromite.org/system_web_view",
|
||||||
|
"removal": "replace"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "com.android.documentsui",
|
||||||
|
"description": "Same as com.google.android.documentsui? Here's that description:\nFiles\nOccasionally runs in the background.\nFile selector for other apps. Another file browser can replace most of the functionality, but not all apps support that.\nSafe to disable, but will of course break file saving/loading functionality for some apps.",
|
||||||
|
"removal": "caution"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "com.android.documentsui.a_overlay",
|
||||||
|
"description": "Some overlay for for \"Files\"?",
|
||||||
|
"removal": "caution"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "com.android.externalstorage",
|
||||||
|
"description": "Needed by apps to access external storage (like memory cards).",
|
||||||
|
"removal": "caution"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "com.android.providers.contacts",
|
||||||
|
"description": "Contacts Storage\nProvider for contact data.\nContent providers encapsulate data, providing centralized management of data shared between apps.\nhttps://developer.android.com/guide/topics/providers/content-providers.html\nBreaks contact functionality if disabled. Not recommended to disable if you plan to use your device as a phone.",
|
||||||
|
"removal": "caution"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "com.android.providers.media",
|
||||||
|
"description": "Provider of media files (images, videos and such).\nScans the device for media files and allows permitted apps access to them.\nContent providers encapsulate data, providing centralized management of data shared between apps.\nhttps://developer.android.com/guide/topics/providers/content-providers.html",
|
||||||
|
"removal": "caution"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "com.android.vpndialogs",
|
||||||
|
"description": "Provide VPN support to Android\nhttps://en.wikipedia.org/wiki/Dialog_(software)\nSafe to remove if you don't plan to use a VPN.\n",
|
||||||
|
"removal": "caution"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "com.android.protips",
|
||||||
|
"description": "Home screen tips\nRuns on boot.\nThe tip popups you get on the homescreen.",
|
||||||
|
"removal": "delete"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "com.android.dialer",
|
||||||
|
"description": "AOSP Dialer/Phone app\nDefault phone app on some older phones(like Oneplus 3).",
|
||||||
|
"removal": "caution"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "com.android.cellbroadcastreceiver.overlay.common",
|
||||||
|
"description": "com.android.cellbroadcastreceiver Theme pack\nGuessing it's a pack of themes for the cellbroadcastreceiver, based on the name.",
|
||||||
|
"removal": "caution"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "com.android.theme.icon.circle",
|
||||||
|
"description": "Android icons pack [Circle].\nSafe to remove if you don't use them, but there's no point in doing so as they are simple data containers with no permissions.",
|
||||||
|
"removal": "replace"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "com.android.theme.icon.square",
|
||||||
|
"description": "Android icons pack [Square].\nSafe to remove if you don't use them, but there's no point in doing so as they are simple data containers with no permissions.",
|
||||||
|
"removal": "replace"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "com.android.wifi.resources",
|
||||||
|
"description": "System Wi-Fi resources",
|
||||||
|
"removal": "caution"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "com.android.theme.icon.pebble",
|
||||||
|
"description": "Android icons pack [Pebble].\nSafe to remove if you don't use them, but there's no point in doing so as they are simple data containers with no permissions.",
|
||||||
|
"removal": "replace"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "com.android.theme.icon.taperedrect",
|
||||||
|
"description": "Android icons pack [Taperedrect].\nSafe to remove if you don't use them, but there's no point in doing so as they are simple data containers with no permissions.",
|
||||||
|
"removal": "replace"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "com.android.theme.icon.vessel",
|
||||||
|
"description": "Android icons pack [Vessel].\nSafe to remove if you don't use them, but there's no point in doing so as they are simple data containers with no permissions.",
|
||||||
|
"removal": "replace"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "com.android.theme.icon_pack.rounded.themepicker",
|
||||||
|
"description": "Obviously related to the \"rounded\" icon pack but the full package is strange. A themepicker class only for a specific icon package?\nSafe to remove if you don't use them, but there's no point in doing so.",
|
||||||
|
"removal": "replace"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "com.google.android.cellbroadcastreceiver",
|
||||||
|
"description": "Wireless emergency alerts\nCell broadcast is designed to deliver messages to multiple users in an area.\nThis is notably used by ISP to send Emergency/Government alerts.\nRuns at boot and is also triggered after exiting airplane mode.\nhttps://en.wikipedia.org/wiki/Cell_Broadcast\nhttps://www.androidcentral.com/amber-alerts-and-android-what-you-need-know\nhttps://android.googlesource.com/platform/packages/apps/CellBroadcastReceiver/+/refs/heads/master/src/com/android/cellbroadcastreceiver",
|
||||||
|
"removal": "caution"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "com.google.android.overlay.modules.documentsui",
|
||||||
|
"description": "Files Theme pack\nGuessing it's a pack of themes for the stock Android File Browser, based on the name.",
|
||||||
|
"removal": "caution"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "com.android.bips",
|
||||||
|
"description": "Default Print Service.\nGeneric printing service that should work with most printers.\nWill break printing functionality if disabled, but other replacement print services can be downloaded from the Play Store.",
|
||||||
|
"removal": "replace"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "com.android.email.partnerprovider",
|
||||||
|
"description": "Lets Google partners (OEM in most of the case) to customize the default email settings.\nThe manufacturer often change the default signature displayed the end of each of your mail (e.g \"Sent from my Nokia phone\")",
|
||||||
|
"removal": "delete"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "com.android.wallpaper.livepicker",
|
||||||
|
"description": "Enables you to pick a live wallpaper. Removing it will break some weather applications (especially ones with widgets) and wallpaper applications like Muzei.",
|
||||||
|
"removal": "replace"
|
||||||
|
}
|
||||||
|
]
|
647
carrier.json
Normal file
647
carrier.json
Normal file
@ -0,0 +1,647 @@
|
|||||||
|
[
|
||||||
|
{
|
||||||
|
"id": "com.mobitv.client.tmobiletvhd",
|
||||||
|
"description": "T-Mobile TV (discontinued, replaced by nl.tmobiletv.vinson) provided by mobitv (https://en.wikipedia.org/wiki/MobiTV)\nhttps://play.google.com/store/apps/details?id=nl.tmobiletv.vinson&hl=en\n",
|
||||||
|
"removal": "delete"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "com.tmobile.pr.adapt",
|
||||||
|
"description": "Diagnostic tool. \nThis app can see all your installed apps, that you have allowed unknown sources on, that your rooted, \nand will deny your warranty saying your rooted. It constantly runs in the background.\n",
|
||||||
|
"removal": "delete"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "com.tmobile.pr.mytmobile",
|
||||||
|
"description": "T-mobile app (https://play.google.com/store/apps/details?id=com.tmobile.pr.mytmobile)\n",
|
||||||
|
"removal": "delete"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "com.tmobile.services.nameid",
|
||||||
|
"description": "Name ID T-Mobile (powered by Hiya or cequint if on Samsung devices)\nNOTE : Never trust a company which promotes call ID/spam blocking features.\nhttps://techcrunch.com/2019/08/09/many-robocall-blocking-apps-send-your-private-data-without-permission/\n",
|
||||||
|
"removal": "delete"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "com.tmobile.simlock",
|
||||||
|
"description": "Device Unlock.\nAllows you to request and apply a mobile device unlock directly from the device.\nhttps://support.t-mobile.com/docs/DOC-14011\n",
|
||||||
|
"removal": "delete"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "com.tmobile.vvm.application",
|
||||||
|
"description": "T-Mobile Visual VoiceMail (https://play.google.com/store/apps/details?id=com.tmobile.vvm.application)\nLets you use your voice mail and manage your inbox without dialing into your voicemail. \n",
|
||||||
|
"removal": "delete"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "com.whitepages.nameid.tmobile",
|
||||||
|
"description": "T-mobile NAME ID by WhitePages (https://www.whitepages.com/)\nDiscontinued. Replaced by com.tmobile.services.nameid\nhttps://www.fiercewireless.com/wireless/t-mobile-to-offer-name-id-service-from-whitepages\nhttps://www.geekwire.com/2016/whitepages-spins-caller-id-spam-blocking-app-startup-hiya/\n",
|
||||||
|
"removal": "delete"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "us.com.dt.iq.appsource.tmobile",
|
||||||
|
"description": "App Source (discontinued)\nThis app aimed at organizing all of your existing apps on the phone by category and helping you discover \nnew apps through search and recommendations.\n",
|
||||||
|
"removal": "delete"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "com.asurion.android.verizon.vms",
|
||||||
|
"description": "Verizon Digital Secure (https://play.google.com/store/apps/details?id=com.asurion.android.verizon.vms)\nNote : This app is developped by Asurion, a US company whose business is to sell insurances.\nAll US carriers use Asurion for the phone insurances.\n",
|
||||||
|
"removal": "delete"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "com.customermobile.preload.vzw",
|
||||||
|
"description": "Verizon Store/Retail Demo Mode\n",
|
||||||
|
"removal": "delete"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "com.LogiaGroup.LogiaDeck",
|
||||||
|
"description": "Mobile Services Manager\nSeems to be a spyware. \nGood explainantion from someone who worked for carrier : \nhttps://www.reddit.com/r/lgv20/comments/6u0wnf/what_is_mobile_services_manager_did_i_catch_a/\n",
|
||||||
|
"removal": "delete"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "com.motricity.verizon.ssodownloadable",
|
||||||
|
"description": "Verizon Login by Motricity (now Voltari)\nVoltari provides relevance-driven mobile advertising, mobile marketing, mobile merchandising, and predictive analytics solutions.\nNeeded for My Verizon.\nhttps://en.wikipedia.org/wiki/Voltari\nhttps://www.lightreading.com/motricity-holds-on-to-verizon-account/d/d-id/678478?\n",
|
||||||
|
"removal": "delete"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "com.securityandprivacy.android.verizon.vms",
|
||||||
|
"description": "Digital Secure (https://play.google.com/store/apps/details?id=com.securityandprivacy.android.verizon.vms&hl=en)\nI don't know why this apps is released twice on the Play store under 2 different package name.\n",
|
||||||
|
"removal": "delete"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "com.telecomsys.directedsms.android.SCG",
|
||||||
|
"description": "Verizon Location Agent\nLocation tracking (does not impact GPS function if deleted, don't worry)\n",
|
||||||
|
"removal": "delete"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "com.vcast.mediamanager",
|
||||||
|
"description": "Verizon Cloud (https://play.google.com/store/apps/details?id=com.vcast.mediamanager)\n",
|
||||||
|
"removal": "delete"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "com.verizon.llkagent",
|
||||||
|
"description": "Used for Verizon store demo mode.\n",
|
||||||
|
"removal": "delete"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "com.verizon.loginengine.unbranded",
|
||||||
|
"description": "Carrier Login Engine\nNeeded for wifi-calling. (To be confirmed)\n",
|
||||||
|
"removal": "delete"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "com.verizon.messaging.vzmsgs",
|
||||||
|
"description": "Verizon Messages (https://play.google.com/store/apps/details?id=com.verizon.messaging.vzmsgs)\n",
|
||||||
|
"removal": "delete"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "com.verizon.mips.services",
|
||||||
|
"description": "My Verizon Services \nRelated to My Verizon app.\nRequired for hotspot",
|
||||||
|
"removal": "replace"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "com.verizon.obdm_permissions",
|
||||||
|
"description": "D-MAT.\nHas a LOT of permissions! (https://knowledge.protektoid.com/apps/com.verizon.obdm/d48680955d8d58bade2e6620ccb1e30b9bf23cb8e50055e10de3466da558c0ee)\nDMAT Account ? It is used to hold shares and securities in dematerialised/electronic format.\nSeems weird that Verizon provide this so it's likely not this.\n",
|
||||||
|
"removal": "delete"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "com.verizon.permissions.vzwappapn",
|
||||||
|
"description": "Custom permissions used to set Verizon APN?\n",
|
||||||
|
"removal": "delete"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "com.verizon.vzwavs",
|
||||||
|
"description": "Has a scary list of permissions. Does seems to break anything if removed\n",
|
||||||
|
"removal": "delete"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "com.verizontelematics.verizonhum",
|
||||||
|
"description": "Hum Family Locator (https://play.google.com/store/apps/details?id=com.verizontelematics.verizonhum)\n",
|
||||||
|
"removal": "delete"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "com.vznavigator.Generic",
|
||||||
|
"description": "VZ Navigator (GPS app) (https://play.google.com/store/apps/details?id=com.vznavigator.Generic)\n",
|
||||||
|
"removal": "delete"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "com.vzw.apnlib",
|
||||||
|
"description": "Kind of library for Verizon APN ?\nREMINDER : https://developer.android.com/reference/android/telephony/data/ApnSetting\n",
|
||||||
|
"removal": "delete"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "com.vzw.apnservice",
|
||||||
|
"description": "APN Services.\nREMINDER : https://developer.android.com/reference/android/telephony/data/ApnSetting\n",
|
||||||
|
"removal": "replace"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "com.vzw.hss.myverizon",
|
||||||
|
"description": "Verizon Call Filter (https://play.google.com/store/apps/details?id=com.vzw.ecid)\nNOTE : Never trust a company which promotes call ID/spam blocking features.\n \nMy Verizon (https://play.google.com/store/apps/details?id=com.vzw.hss.myverizon)\n",
|
||||||
|
"removal": "delete"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "com.vzw.hss.widgets.infozone.large",
|
||||||
|
"description": "My InfoZone Widget\nGives weekly tips, access to device info and account information.\nhttps://www.droid-life.com/2013/02/12/verizon-introduces-my-infozone-widget-allows-easy-access-to-tips-device-info-and-account-information/\n",
|
||||||
|
"removal": "delete"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "com.vzw.qualitydatalog",
|
||||||
|
"description": "Logging stuff\n",
|
||||||
|
"removal": "delete"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "com.motorola.vzw.mot5gmod",
|
||||||
|
"description": "5G Moto Mod (https://play.google.com/store/apps/details?id=com.motorola.mot5gmod)\n",
|
||||||
|
"removal": "delete"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "com.motorola.vzw.phone.extensions",
|
||||||
|
"description": "Free HD wallpaper from verizon\n",
|
||||||
|
"removal": "delete"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "com.motorola.service.vzw.entitlement",
|
||||||
|
"description": "Deleting this package whill disable Hotspot functionality if you're a Verizon client. \nWhat you can do is preventing the phone from notifying the carrier about when you use hotspot :\nhttps://android.stackexchange.com/questions/226580/how-is-verizon-suddenly-tracking-my-hot-spot-usage-on-android-and-how-do-i-disab\n",
|
||||||
|
"removal": "replace"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "com.motorola.vzw.cloudsetup",
|
||||||
|
"description": "Cloud setup\n",
|
||||||
|
"removal": "delete"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "com.motorola.ltebroadcastservices_vzw",
|
||||||
|
"description": "LTE Broadcast services from Verizon. Allows your phone to receive broadcast message from Verizon?\n",
|
||||||
|
"removal": "delete"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "com.motorola.vzw.loader",
|
||||||
|
"description": "????\nDoesn't seem to break anything once removed.",
|
||||||
|
"removal": "delete"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "com.motorola.omadm.vzw",
|
||||||
|
"description": "OMA Device Management for Verizon \nHandles configuration of the device (including first time use), enabling and disabling features provided by carriers.\nhttps://en.wikipedia.org/wiki/OMA_Device_Management\nI believe it's only useful if you want to use a Verizon service with a non branded phone (not sure at all)\nhttps://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/\nDisplays annoying notifications if you unlocked your bootloader\n",
|
||||||
|
"removal": "delete"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "com.motorola.vzw.provider",
|
||||||
|
"description": "????\nDoesn't seem to break anything once removed.",
|
||||||
|
"removal": "delete"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "com.motorola.visualvoicemail",
|
||||||
|
"description": "Verizon Visual Voicemail (https://play.google.com/store/apps/details?id=com.motorola.visualvoicemail)\nOn non-Verizon phones it has a generic \"Voicemail\" name and icon, and doesn't seem to active.\n",
|
||||||
|
"removal": "replace"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "com.android.sprint.hiddenmenuapp",
|
||||||
|
"description": "Lets you access hidden features tests/settings (you need to type a special code in the dialer)\nhttps://bestcellular.com/dial-codes/\n",
|
||||||
|
"removal": "delete"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "com.asurion.home.sprint.vpl",
|
||||||
|
"description": "Tech Expert (for VPL devices/employees) ?\nNow \"Sprint Complete\" (see below).\nNote : This app is developped by Asurion, a US company whose business is to sell insurances.\nAll US carriers use Asurion for the phone insurances.\n",
|
||||||
|
"removal": "delete"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "com.asurion.home.sprint",
|
||||||
|
"description": "Sprint Protect\nSupport app (see com.asurion.android.protech.att)\n\nSprint Complete (https://play.google.com/store/apps/details?id=com.asurion.home.sprint)\nLets you call or chat with live tech experts ! Maybe you will find the love of your life ! \nNote : See note above.\n",
|
||||||
|
"removal": "delete"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "com.hyperlync.Sprint.Backup",
|
||||||
|
"description": "Sprint Backup\" (https://play.google.com/store/apps/details?id=com.hyperlync.Sprint.Backup)\nLets you backup your phone’s content to your Sprint Backup account.\nFYI : This app is developped by Hyperlync Technologies an Israel-based company which provide cyber-security solutions. \nIt is now owned by Edition Ltd a big Singapour based company (https://www.reuters.com/companies/EDITol.SI)\n",
|
||||||
|
"removal": "delete"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "com.hyperlync.Sprint.CloudBinder",
|
||||||
|
"description": "Sprint Cloud Binder (https://play.google.com/store/apps/details?id=com.hyperlync.Sprint.CloudBinder)\nHub for all you cloud accounts.\nSee package above.\n",
|
||||||
|
"removal": "delete"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "com.locationlabs.finder.sprint",
|
||||||
|
"description": "Sprint Family Locator (https://play.google.com/store/apps/details?id=com.locationlabs.finder.sprint)\nLets you locate any phone registered under the Sprint family plan\nLocation labs is owned by AGV which is owned by Avast.\nYou shouldn't trust Avast.\nFYI : https://www.google.com/search?hl=en&q=avast+privacy+nightmare\n https://www.vice.com/en_us/article/qjdkq7/avast-antivirus-sells-user-browsing-data-investigation\n https://www.pcmag.com/news/the-cost-of-avasts-free-antivirus-companies-can-spy-on-your-clicks\n",
|
||||||
|
"removal": "delete"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "com.mobitv.client.sprinttvng",
|
||||||
|
"description": "Sprint TV & Movies provided by mobitv (https://en.wikipedia.org/wiki/MobiTV)\nLets you watch live TV and VOD.\n",
|
||||||
|
"removal": "delete"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "com.motorola.omadm.sprint",
|
||||||
|
"description": "Configuration of the device (including first time use), enabling and disabling features provided by carriers.\nI believe it's only useful if you want to use a Sprint service with a non branded phone (not sure at all)\nhttps://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/\nDisplays annoying notifications if you unlocked your bootloader\n",
|
||||||
|
"removal": "delete"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "com.motorola.sprintwfc",
|
||||||
|
"description": "Sprint Wifi Calling\nProvides wifi calling to Sprint customers.\n",
|
||||||
|
"removal": "delete"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "com.sec.sprint.wfcstub",
|
||||||
|
"description": "Seems to be related to Wifi-Calling on Samsung phone.\n",
|
||||||
|
"removal": "delete"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "com.sprint.android.musicplus2033.vpl",
|
||||||
|
"description": "Sprint Music Plus (https://play.google.com/store/apps/details?id=com.sprint.android.musicplus2033)\nSprint’s official Music Store and player\n",
|
||||||
|
"removal": "delete"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "com.sprint.ecid",
|
||||||
|
"description": "Enhanced Caller ID\nEnable you to hide name and phone number when you make phone calls\nhttps://www.sprint.com/en/support/solutions/services/restrict-your-caller-id-information.html\n",
|
||||||
|
"removal": "delete"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "com.sprint.care",
|
||||||
|
"description": "My Sprint (https://play.google.com/store/apps/details?id=com.sprint.care)\nLets you manage your Sprint Account and pay your bill.\n",
|
||||||
|
"removal": "delete"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "com.sprint.ce.updater",
|
||||||
|
"description": "Mobile Installer\nUsed by Sprint to (force) install/update Sprint apps.\nhttps://community.sprint.com/t5/Samsung/How-to-stop-quot-Mobile-Installer-quot-from-pushing-apps-to/td-p/1036387\n",
|
||||||
|
"removal": "delete"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "com.sprint.fng",
|
||||||
|
"description": "Sprint Spot (https://play.google.com/store/apps/details?id=com.sprint.fng)\nProvides Sprint customers a way to discover and access apps, services, games, TV & video, music, and more.\n",
|
||||||
|
"removal": "delete"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "com.sprint.international.message",
|
||||||
|
"description": "Sprint Worldwide \nJust an help page for international travelers.\n",
|
||||||
|
"removal": "delete"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "com.sprint.psdg.sw",
|
||||||
|
"description": "Carrier Setup Wizard\nThe first time you turn your device on, a Welcome screen is displayed. It guides you through the basics of setting up your device.\nHere it handles the setup of Sprint features/services.\n",
|
||||||
|
"removal": "delete"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "com.sprint.ms.cdm",
|
||||||
|
"description": "Sprint Device Manager\nMobile Device Management (MDM) allows company’s IT department to reach inside your phone in the background, allowing them to ensure \nyour device is secure, know where it is, and remotely erase your data if the phone is stolen.\nYou should NEVER install a MDM tool on your phone. Never.\nhttps://onezero.medium.com/dont-put-your-work-email-on-your-personal-phone-ef7fef956c2f\nhttps://blog.cdemi.io/never-accept-an-mdm-policy-on-your-personal-phone/\n",
|
||||||
|
"removal": "delete"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "com.sprint.ms.cnap",
|
||||||
|
"description": "Caller ID\ncnap = Caller Name Presentation (https://en.wikipedia.org/wiki/Calling_Name_Presentation)\nLets you change the name that is displayed on caller ID when making a call.\nStrange is it the same thing than \"com.sprint.ecid\" ?\n",
|
||||||
|
"removal": "delete"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "com.sprint.ms.smf.services",
|
||||||
|
"description": "Sprint Hub (https://play.google.com/store/apps/details?id=com.sprint.ms.smf.services)\nEnables Sprint features (including Wifi calling) and products for devices operating on the Sprint network.\n",
|
||||||
|
"removal": "delete"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "com.sprint.safefound.vpl",
|
||||||
|
"description": "Safe & Found (https://play.google.com/store/apps/details?id=com.sprint.safefound)\nMobile safety and security application that helps protect and locate your \"loved ones\". \nYou have the ability to track and manage smartphones, tablets and Tracker all in one app.\nhttps://www.sprint.com/en/support/solutions/services/safe-and-found.html\n",
|
||||||
|
"removal": "delete"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "com.sprint.topup",
|
||||||
|
"description": "Doesn't exist anymore? Now Sprint Pay (https://play.google.com/store/apps/details?id=com.sprintpay)\n",
|
||||||
|
"removal": "delete"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "com.sprint.w.installer",
|
||||||
|
"description": "Sprint ID\nProvides mobile ID Packs featuring apps, ringers, wallpapers, widgets and more.\nCan (and do) force install apps you disabled.\n",
|
||||||
|
"removal": "delete"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "com.sprint.w.v8",
|
||||||
|
"description": "Old app Discover App (discontinued / new package name)\nLets you discover Sprint apps?\n",
|
||||||
|
"removal": "delete"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "com.sprint.zone",
|
||||||
|
"description": "My Sprint Launcher?\nApparently helps the user find new apps, in addition to some carrier-specific functionality.",
|
||||||
|
"removal": "delete"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "com.aetherpal.attdh.se",
|
||||||
|
"description": "Device Help for AT&T Samsung device\nDeveloped by Aetherpal, a company which sells smart remote controls tools (https://en.wikipedia.org/wiki/AetherPal)\nI guess this app is used for tech support.\n",
|
||||||
|
"removal": "delete"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "com.aetherpal.attdh.zte",
|
||||||
|
"description": "Device Help for AT&T ZTE devices.\nDeveloped by Aetherpal, a company which sells smart remote controls tools (https://en.wikipedia.org/wiki/AetherPal)\nI guess this app is used for tech support.\n",
|
||||||
|
"removal": "delete"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "net.aetherpal.device",
|
||||||
|
"description": "AT&T Remote Support provided by aetherpal (was acquired by VMware)\nAllows an AT&T Advanced Support representative to assist you by accessing your device remotely.\n",
|
||||||
|
"removal": "delete"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "com.asurion.android.mobilerecovery.att",
|
||||||
|
"description": "AT&T Protect Plus (discontinued. Replaced by AT&T ProTech : com.asurion.android.protech.att)\nHelp and support app. Lets you call or chat with a live U.S.-based AT&T ProTech support expert\nNote : This app is developped by Asurion, a US company whose business is to sell insurances.\nAll US carriers use Asurion for the phone insurances.\n",
|
||||||
|
"removal": "delete"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "com.asurion.android.protech.att",
|
||||||
|
"description": "AT&T ProTech (https://play.google.com/store/apps/details?id=com.asurion.android.protech.att)\nHelp and support app. Lets you call or chat with a live U.S.-based AT&T ProTech support \"expert\".\nNote : This app is developped by Asurion, a US company whose business is to sell insurances.\nAll US carriers use Asurion for the phone insurances.\n",
|
||||||
|
"removal": "delete"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "com.att.android.attsmartwifi",
|
||||||
|
"description": "AT&T Smart Wi-Fi (https://play.google.com/store/apps/details?id=com.att.android.attsmartwifi)\nFinds and auto-connects to available hotspots to minimize cellular data consumption.\nAuto-connects is not a godd idea.\nWorth reading : \nhttps://www.europol.europa.eu/activities-services/public-awareness-and-prevention-guides/risks-of-using-public-wi-fi\nhttps://www.eff.org/deeplinks/2020/01/why-public-wi-fi-lot-safer-you-think\nYou are ok if you go on HTTPS websites.\nUse a VPN if you want to hide the domain names you visit, avoid usage restriction (no P2P, blacklisted websites...) and encrypt HTTP traffic.\n==> https://thatoneprivacysite.net/choosing-the-best-vpn-for-you/\n",
|
||||||
|
"removal": "delete"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "com.att.callprotect",
|
||||||
|
"description": "AT&T Call Protect (https://play.google.com/store/apps/details?id=com.att.callprotect)\nSpam call blocking app provided by Hiya \nNOTE : You should never trust spam blocking apps (https://itmunch.com/robocall-caught-sending-customers-confidential-data-without-consent/)\n",
|
||||||
|
"removal": "delete"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "com.att.csoiam.mobilekey",
|
||||||
|
"description": "AT&T Sign in Helper (https://play.google.com/store/apps/details?id=com.att.csoiam.mobilekey)\nAllows AT&T applications to securely authenticate on Android devices\n",
|
||||||
|
"removal": "delete"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "com.att.dh",
|
||||||
|
"description": "Device Help (https://play.google.com/store/apps/details?id=com.att.dh)\nTroubleshooting app.\n",
|
||||||
|
"removal": "delete"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "com.att.dtv.shaderemote",
|
||||||
|
"description": "DIRECTV Remote App (https://play.google.com/store/apps/details?id=com.att.dtv.shaderemote)\nLets you control DIRECTV HD receivers in your home that are connected to Internet, from your phone.\nFYI : DIRECTV is a susbsidiary of AT&T \nWorth reading : https://en.wikipedia.org/wiki/DirecTV#Consumer_protection_lawsuits_and_violations\n",
|
||||||
|
"removal": "delete"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "com.att.iqi",
|
||||||
|
"description": "Carrier IQ / Device Health \nGathers, stores and forwards diagnostic measurements on its behalf (see https://en.wikipedia.org/wiki/Carrier_IQ)\nGreat ! A rootkit : https://en.wikipedia.org/wiki/Carrier_IQ#Rootkit_discovery_and_media_attention\n",
|
||||||
|
"removal": "delete"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "com.att.mobiletransfer",
|
||||||
|
"description": "AT&T Mobile Transfer\nLets you transfert user data from an older AT&T phone to a new one.\n",
|
||||||
|
"removal": "delete"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "com.att.myWireless",
|
||||||
|
"description": "My AT&T (https://play.google.com/store/apps/details?id=com.att.myWireless)\nLets you manage your AT&T account.\n",
|
||||||
|
"removal": "delete"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "com.att.mobilesecurity",
|
||||||
|
"description": "AT&T Mobile Security (https://play.google.com/store/apps/details?id=com.att.mobilesecurity)\nAT&T android antivirus.\n",
|
||||||
|
"removal": "delete"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "com.att.mobile.android.vvm",
|
||||||
|
"description": "AT&T Visual Voicemail (https://play.google.com/store/apps/details?id=com.att.mobile.android.vvm)\nLets you manage your voicemail directly from the app without the need to dial into your mailbox.\n",
|
||||||
|
"removal": "delete"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "com.att.personalcloud",
|
||||||
|
"description": "AT&T Personal Cloud (https://play.google.com/store/apps/details?id=com.att.personalcloud)\nNote: it's a paid extra feature and data are obviously not E2EE (i.e AT&T can access them)\nDon't keep this app. It's a privacy nightmare and was poorly coded:\nhttps://beta.pithus.org/report/bc54b5e2446ace90d9f992278d0ec320befe4983a76cb4fdcf47e565366e67b6\n",
|
||||||
|
"removal": "delete"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "com.att.tv",
|
||||||
|
"description": "AT&T TV (https://play.google.com/store/apps/details?id=com.att.tv)\nLets you Stream TV live and on demand from your phone.\n",
|
||||||
|
"removal": "delete"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "com.att.tv.watchtv",
|
||||||
|
"description": "AT&T WatchTV (https://play.google.com/store/apps/details?id=com.att.tv.watchtv)\nLets you stream TV live and VOD form your phone.\nNo it's not the same thing than AT&T TV. Yes it's a mess. \nDifferences with AT&T TV : https://www.cordcuttersnews.com/att-tv-vs-att-tv-now-whats-the-difference/\n",
|
||||||
|
"removal": "delete"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "com.matchboxmobile.wisp",
|
||||||
|
"description": "AT&T Hot Spots\nRun in background. Automatically connects you to a free AT&T wifi hotspot at one of their participating partner locations \nsuch as Starbucks.\n",
|
||||||
|
"removal": "delete"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "com.dti.att",
|
||||||
|
"description": "AT&T App Select\nI guess it lets you choose AT&T apps to install.\nIt has a LOT of permissions : https://knowledge.protektoid.com/apps/com.dti.att/7a36d4f5f00bae044566221400719c75ea2f4f33bc2578a7f8210f36d718a8d6\nSomeone knows what \"dti\" is/means ?\n",
|
||||||
|
"removal": "delete"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "com.locationlabs.cni.att",
|
||||||
|
"description": "AT&T Smart Limits\nParental Control tool.\nhttps://m.att.com/shopmobile/wireless/features/smart-limits.html\n",
|
||||||
|
"removal": "delete"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "com.motorola.att.phone.extensions",
|
||||||
|
"description": "Provide acess to AT&T extensions in you dialer. I'm not sure tho. It's only a supposition.\nhttps://asecare.att.com/tutorials/adding-and-deleting-an-extension-on-your-officehand-mobile-app-2990/?product=AT&T%20Office@Hand\n",
|
||||||
|
"removal": "delete"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "com.motorola.attvowifi",
|
||||||
|
"description": "AT&T Wifi-calling\nhttps://www.att.com/shop/wireless/features/wifi-calling.html\n",
|
||||||
|
"removal": "delete"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "com.wavemarket.waplauncher",
|
||||||
|
"description": "AT&T Secure Family (https://play.google.com/store/apps/details?id=com.wavemarket.waplauncher)\nParental control app.\n7 trackers + 16 permissions (https://reports.exodus-privacy.eu.org/en/reports/com.wavemarket.waplauncher/latest/)\n",
|
||||||
|
"removal": "delete"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "com.samsung.attvvm",
|
||||||
|
"description": "Visual Voicemail\nSimple GUI for voicemail\n",
|
||||||
|
"removal": "delete"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "com.sec.android.app.ewidgetatt",
|
||||||
|
"description": "Entertainment Widget\nAT&T Widget for OneUI\n",
|
||||||
|
"removal": "delete"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "com.sec.omadm",
|
||||||
|
"description": "OMADM\nOpen Mobile Alliance Device Management. A protocol for management of mobile devices.\nhttps://en.wikipedia.org/wiki/OMA_Device_Management",
|
||||||
|
"removal": "caution"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "com.sec.omadmspr.syncmlphoneif",
|
||||||
|
"description": "OMADM Phone Interface?\nOMADM = Open Mobile Alliance Device Management. A protocol for management of mobile devices.\nhttps://en.wikipedia.org/wiki/OMA_Device_Management",
|
||||||
|
"removal": "caution"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "com.synchronoss.dcs.att.r2g",
|
||||||
|
"description": "AT&T Ready2Go (discontinued)\nIts purpose was to help you migrating your data to your new Android device.\n",
|
||||||
|
"removal": "delete"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "fr.bouyguestelecom.ecm.android",
|
||||||
|
"description": "Espace Client (https://play.google.com/store/apps/details?id=fr.bouyguestelecom.ecm.android)\nLets you manage your Bouygues account.\n",
|
||||||
|
"removal": "delete"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "fr.bouyguestelecom.tv.android",
|
||||||
|
"description": "B.tv (https://play.google.com/store/apps/details?id=fr.bouyguestelecom.tv.android)\nLets you watch TV from your phone.\n",
|
||||||
|
"removal": "delete"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "fr.bouyguestelecom.vvmandroid",
|
||||||
|
"description": "",
|
||||||
|
"removal": "delete"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "com.orange.aura.oobe",
|
||||||
|
"description": "Orange Manual Selector\nMakes unnecessary notifications\n",
|
||||||
|
"removal": "delete"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "com.orange.mail.fr",
|
||||||
|
"description": "Mail Orange (https://play.google.com/store/apps/details?id=com.orange.mail.fr)\n",
|
||||||
|
"removal": "delete"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "com.orange.miorange",
|
||||||
|
"description": "Lets you access to your Orange account\n",
|
||||||
|
"removal": "delete"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "com.orange.mylivebox.fr",
|
||||||
|
"description": "Ma Livebox (https://play.google.com/store/apps/details?id=com.orange.mylivebox.fr)\nLets you manage your livebox from your phone.\n",
|
||||||
|
"removal": "delete"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "com.orange.mysosh",
|
||||||
|
"description": "My Sosh (https://play.google.com/store/apps/details?id=com.orange.mysosh)\nLets you access to your Sosh account\n",
|
||||||
|
"removal": "delete"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "com.orange.orangeetmoi",
|
||||||
|
"description": "Orange Et Moi (https://play.google.com/store/apps/details?id=com.orange.orangeetmoi)\nOrange customer space\n",
|
||||||
|
"removal": "delete"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "com.orange.owtv",
|
||||||
|
"description": "TV d'Orange (https://play.google.com/store/apps/details?id=com.orange.owtv)\nLets you watch TV/VOD on your phone.\n",
|
||||||
|
"removal": "delete"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "com.orange.tdd",
|
||||||
|
"description": "Transfert de données (https://play.google.com/store/apps/details?id=com.orange.tdd)\nLets you transfer wirelessly: contacts, SMS, call log, calendar, photos, videos, audio files, etc., all from your old Android\n",
|
||||||
|
"removal": "delete"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "com.orange.update",
|
||||||
|
"description": "Handles Orange apps updates.\n",
|
||||||
|
"removal": "delete"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "com.orange.update.OrangeUpdateApplication",
|
||||||
|
"description": "Obviously related to update...\n",
|
||||||
|
"removal": "delete"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "com.orange.vvm",
|
||||||
|
"description": "Messagerie vocale visuelle (https://play.google.com/store/apps/details?id=com.orange.vvm)\nLets you manage your voicemail with an app.\n",
|
||||||
|
"removal": "delete"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "com.orange.wifiorange",
|
||||||
|
"description": "Mon Réseau (https://play.google.com/store/apps/details?id=com.orange.wifiorange)\nLets you measure your speed connection and find better Orange wifi hotspots.\nInforms you also about near network incidents.\n",
|
||||||
|
"removal": "delete"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "fr.orange.cineday",
|
||||||
|
"description": "Orange cineday (https://play.google.com/store/apps/details?id=fr.orange.cineday)\nUseless app but cineday is pretty nice. \nEvery tuesday you can invite the person of your choice in movies (within the limit of available seats).\nYou can just use https://cineday.orange.fr/cineday/\n",
|
||||||
|
"removal": "delete"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "com.sfr.android.moncompte",
|
||||||
|
"description": "SFR & Moi (https://play.google.com/store/apps/details?id=com.sfr.android.moncompte)\nLets you manage your SFR account\n",
|
||||||
|
"removal": "delete"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "com.sfr.android.sfrcloud",
|
||||||
|
"description": "SFR Cloud (https://play.google.com/store/apps/details?id=com.sfr.android.sfrcloud)\nCloud provided by SFR\n",
|
||||||
|
"removal": "delete"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "com.sfr.android.sfrmail",
|
||||||
|
"description": "SFR Mail (https://play.google.com/store/apps/details?id=com.sfr.android.sfrmail)\n",
|
||||||
|
"removal": "delete"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "com.sfr.android.sfrplay",
|
||||||
|
"description": "SFR Play (https://play.google.com/store/apps/details?id=com.sfr.android.sfrplay)\nVOD streaming from SFR.\n",
|
||||||
|
"removal": "delete"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "com.sfr.android.vvm",
|
||||||
|
"description": "SFR Répondeur + (https://play.google.com/store/apps/details?id=com.sfr.android.vvm)\nLets you use your voice mail and manage your inbox without dialing into your voicemail.\n",
|
||||||
|
"removal": "delete"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "de.telekom.tsc",
|
||||||
|
"description": "AppEnabler\ntsc = Telecom Service Center\nUsed to display ads in notifications panel.\n)\n",
|
||||||
|
"removal": "delete"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "com.aura.oobe.samsung.gl",
|
||||||
|
"description": "AppCloud\nIt offers the \"Aura Out-Of-the-Box Experience\" (OOBE)\nIt is some kind of post-install recommended apps setup from the carrier. Asks for your age and gender and then recommends you to install popular apps.\nDevelopped by IronSource, an Israeli advertising company.\nhttps://en.wikipedia.org/wiki/IronSource\nhttps://aura.ironsrc.com/tools/drive-app-downloads/\nhttps://arxiv.org/pdf/2010.10088.pdf\nHas way too many permissions.\nSee https://github.com/0x192/universal-android-debloater/issues/278",
|
||||||
|
"removal": "delete"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "com.aura.oobe.samsung",
|
||||||
|
"description": "AppCloud\nIt offers the \"Aura Out-Of-the-Box Experience\" (OOBE)\nIt is some kind of post-install recommended apps setup from the carrier. Asks for your age and gender and then recommends you to install popular apps.\nDevelopped by IronSource, an Israeli advertising company.\nhttps://en.wikipedia.org/wiki/IronSource\nhttps://aura.ironsrc.com/tools/drive-app-downloads/\nhttps://arxiv.org/pdf/2010.10088.pdf\nHas way too many permissions.\nSee https://github.com/0x192/universal-android-debloater/issues/278",
|
||||||
|
"removal": "delete"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "com.verizon.obdm",
|
||||||
|
"description": "It's a set of metrics-related modules. Google Play uses the version of the Telemetry module to determine\nif updates are available for metrics-related modules and which security patch version to display to the end user. \nThis module doesn’t contain active code and has no functionality on its own. \nRemoving modules-related packages may not be safe since Android 11\nhttps://gitlab.com/W1nst0n/universal-android-debloater/-/issues/27#note_410012436\n",
|
||||||
|
"removal": "delete"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "com.verizon.permissions.appdirectedsms",
|
||||||
|
"description": "Custom permissions for some verizon stuff?",
|
||||||
|
"removal": "delete"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "com.vzw.ecid",
|
||||||
|
"description": "Verizon Call Filter (https://play.google.com/store/apps/details?id=com.vzw.ecid)\nNOTE : Never trust a company which promotes call ID/spam blocking features.",
|
||||||
|
"removal": "delete"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "com.motorola.mot5gmod",
|
||||||
|
"description": "5G Moto Mod (https://play.google.com/store/apps/details?id=com.motorola.mot5gmod)",
|
||||||
|
"removal": "delete"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "com.motorola.vzw.pco.extensions.pcoreceiver",
|
||||||
|
"description": "Protocol Configuration Options.\nRelated to APN configuration.\nhttps://www.freshpatents.com/-dt20180607ptan20180159824.php",
|
||||||
|
"removal": "delete"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "com.asurion.android.mobilerecovery.sprint.vpl",
|
||||||
|
"description": "Sprint Protect\nSupport app (see com.asurion.android.protech.att)",
|
||||||
|
"removal": "delete"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "com.asurion.android.mobilerecovery.sprint",
|
||||||
|
"description": "Sprint Protect\nSupport app (see com.asurion.android.protech.att)",
|
||||||
|
"removal": "delete"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "com.locationlabs.finder.sprint.vpl",
|
||||||
|
"description": "Sprint Family Locator (https://play.google.com/store/apps/details?id=com.locationlabs.finder.sprint)\nLets you locate any phone registered under the Sprint family plan\nLocation labs is owned by AGV which is owned by Avast.\nYou shouldn't trust Avast.\nFYI : https://www.google.com/search?hl=en&q=avast+privacy+nightmare\nhttps://www.vice.com/en_us/article/qjdkq7/avast-antivirus-sells-user-browsing-data-investigation\nhttps://www.pcmag.com/news/the-cost-of-avasts-free-antivirus-companies-can-spy-on-your-clicks",
|
||||||
|
"removal": "delete"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "com.mobolize.sprint.securewifi",
|
||||||
|
"description": "Secure Wifi (https://play.google.com/store/apps/details?id=com.mobolize.sprint.securewifi)\nSprint VPN app provided by Mobolize. You need to pay for using it.\nYou'd better use a reliable third-party VPN if you really need to use one.\nThis one runs in background all time and every time it sees a \"unsecured network\" it will popup to encourage you to pay for this VPN.\nBest ressources I know for choosing a VPN:\nhttps://www.privacytools.io/providers/vpn/",
|
||||||
|
"removal": "delete"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "com.sprint.android.musicplus2033",
|
||||||
|
"description": "Sprint Music Plus (https://play.google.com/store/apps/details?id=com.sprint.android.musicplus2033)\nSprint’s official Music Store and player.",
|
||||||
|
"removal": "delete"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "com.sprint.safefound",
|
||||||
|
"description": "Safe & Found (https://play.google.com/store/apps/details?id=com.sprint.safefound)\nMobile safety and security application that helps protect and locate your \"loved ones\". \nYou have the ability to track and manage smartphones, tablets and Tracker all in one app.\nhttps://www.sprint.com/en/support/solutions/services/safe-and-found.html\n",
|
||||||
|
"removal": "delete"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "uk.co.ee.myee",
|
||||||
|
"description": "Myee app (https://play.google.com/store/apps/details?id=uk.co.ee.myee)\nLets you control your EE pay monthly, pay as you go and WiFi devices. Check your data, bills, packs and more, and keep an eye on your spending.\nContains unnecessary analytics and most of the things the app does can be done by texting 150 from your mobile.\nSee https://ee.co.uk/help/help-new/billing-usage-and-top-up/call-text-and-data-charges/how-can-i-get-help-by-texting-150-on-pay-as-you-go-or-flex\nExodus & Pithus reports:\nhttps://reports.exodus-privacy.eu.org/fr/reports/uk.co.ee.myee/latest/\nhttps://beta.pithus.org/report/6e8de7e02aba34c4f02dc966b39002f60b0852f55da923cdccc4ba4c09ed4a4a",
|
||||||
|
"removal": "delete"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "ca.bell.wt.android.tunesappswidget",
|
||||||
|
"description": "App Widget (https://play.google.com/store/apps/details?id=ca.bell.wt.android.tunesappswidget)\nDevelopped by Bell Canada, it is a home screen widget which shows advertisements, promotions, news, sports & entertainment.",
|
||||||
|
"removal": "delete"
|
||||||
|
}
|
||||||
|
]
|
772
google.json
Normal file
772
google.json
Normal file
@ -0,0 +1,772 @@
|
|||||||
|
[
|
||||||
|
{
|
||||||
|
"id": "com.android.systemui.plugin.globalactions.wallet",
|
||||||
|
"description": "Apk file name: QuickAccessWallet\nThis is the Google Pay widget in the power menu(hold power button for 1sec to show this menu), below the Emergency, Power off and Reboot buttons.",
|
||||||
|
"removal": "delete"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "com.google.android.apps.assistant",
|
||||||
|
"description": "Google Assistant Go (https://play.google.com/store/apps/details?id=com.google.android.apps.assistant)\nGo apps are lite-versions of their normal counterparts, made for low-RAM devices.",
|
||||||
|
"removal": "delete"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "com.google.android.apps.searchlite",
|
||||||
|
"description": "Google Go (https://play.google.com/store/apps/details?id=com.google.android.apps.searchlite)\nGo apps are lite-versions of their normal counterparts, made for low-RAM devices.",
|
||||||
|
"removal": "delete"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "com.google.android.as",
|
||||||
|
"description": "Android System Intelligence (previously Device Personalization Services) (https://play.google.com/store/apps/details?id=com.google.android.as)\nRuns in the background.\n\"Enables intelligent features across Android\", like: Live Caption, Screen Attention, Improved Copy-Paste, App Predictions in the launcher, Notification Smart Actions, Smart Text Selection and Linkifying text in apps.",
|
||||||
|
"removal": "delete"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "com.android.hotwordenrollment.xgoogle",
|
||||||
|
"description": "\"OK Google\" detection service.\n",
|
||||||
|
"removal": "delete"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "com.android.partnerbrowsercustomizations.chromeHomepage",
|
||||||
|
"description": "Horrible stuff for Google Chrome. This package bypass your DNS settings (for letting pass Google ads)\n",
|
||||||
|
"removal": "delete"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "com.android.chrome",
|
||||||
|
"description": "Google Chrome (https://play.google.com/store/apps/details?id=com.android.chrome)\nOccasionally runs in the background.\nJust use Firefox instead, it's FOSS and functionally superior.. not that it's a high bar to clear when Chrome on Android has been slowly getting worse over the last few years.",
|
||||||
|
"removal": "delete"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "com.chrome.beta",
|
||||||
|
"description": "Google Chrome Beta (https://play.google.com/store/apps/details?id=com.chrome.beta)\n",
|
||||||
|
"removal": "delete"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "com.chrome.canary",
|
||||||
|
"description": "Google Chrome Canary (Nightly build) (https://play.google.com/store/apps/details?id=com.chrome.canary)\n",
|
||||||
|
"removal": "delete"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "com.chrome.dev",
|
||||||
|
"description": "Google Chrome (developer)\t(https://play.google.com/store/apps/details?id=com.chrome.dev)\n",
|
||||||
|
"removal": "delete"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "com.google.android.apps.access.wifi.consumer",
|
||||||
|
"description": "Google Wifi app (https://play.google.com/store/apps/details?id=com.google.android.apps.access.wifi.consumer)\n",
|
||||||
|
"removal": "delete"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "com.google.android.apps.adm",
|
||||||
|
"description": "Google Find my device app (https://play.google.com/store/apps/details?id=com.google.android.apps.adm)\n",
|
||||||
|
"removal": "delete"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "com.google.android.apps.ads.publisher",
|
||||||
|
"description": "Google Adsense app (https://play.google.com/store/apps/details?id=com.google.android.apps.ads.publisher) \n",
|
||||||
|
"removal": "delete"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "com.google.android.apps.adwords",
|
||||||
|
"description": "Google Ads app (https://play.google.com/store/apps/details?id=com.google.android.apps.adwords)\n",
|
||||||
|
"removal": "delete"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "com.google.android.apps.authenticator2",
|
||||||
|
"description": "Google authentificator app (https://play.google.com/store/apps/details?id=com.google.android.apps.authenticator2)\n",
|
||||||
|
"removal": "delete"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "com.google.android.apps.blogger",
|
||||||
|
"description": "Google blogger app (https://play.google.com/store/apps/details?id=com.google.android.apps.blogger)\n",
|
||||||
|
"removal": "delete"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "com.google.android.apps.books",
|
||||||
|
"description": "Google Play Books (https://play.google.com/store/apps/details?id=com.google.android.apps.books)\n",
|
||||||
|
"removal": "delete"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "com.google.android.apps.chromecast.app",
|
||||||
|
"description": "Google Home (https://play.google.com/store/apps/details?id=com.google.android.apps.chromecast.app)",
|
||||||
|
"removal": "delete"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "com.google.android.apps.cloudprint",
|
||||||
|
"description": "Cloud print (https://play.google.com/store/apps/details?id=com.google.android.apps.cloudprint)\n",
|
||||||
|
"removal": "delete"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "com.google.android.apps.cultural",
|
||||||
|
"description": "Google Arts & Culture (https://play.google.com/store/apps/details?id=com.google.android.apps.cultural)",
|
||||||
|
"removal": "delete"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "com.google.android.apps.currents",
|
||||||
|
"description": "Google Currents (discontinued)\n",
|
||||||
|
"removal": "delete"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "com.google.android.apps.docs",
|
||||||
|
"description": "Google Drive (https://play.google.com/store/apps/details?id=com.google.android.apps.docs)",
|
||||||
|
"removal": "delete"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "com.google.android.apps.docs.editors.docs",
|
||||||
|
"description": "Google Docs (https://play.google.com/store/apps/details?id=com.google.android.apps.docs.editors.docs)\n",
|
||||||
|
"removal": "delete"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "com.google.android.apps.docs.editors.sheets",
|
||||||
|
"description": "Google Sheets (https://play.google.com/store/apps/details?id=com.google.android.apps.docs.editors.sheets)",
|
||||||
|
"removal": "delete"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "com.google.android.apps.docs.editors.slides",
|
||||||
|
"description": "Google Slides (https://play.google.com/store/apps/details?id=com.google.android.apps.docs.editors.slides)",
|
||||||
|
"removal": "delete"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "com.google.android.apps.dynamite",
|
||||||
|
"description": "Hangout chat (discontinued) (https://play.google.com/store/apps/details?id=com.google.android.apps.dynamite)",
|
||||||
|
"removal": "delete"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "com.google.android.apps.enterprise.cpanel",
|
||||||
|
"description": "Google Admin (https://play.google.com/store/apps/details?id=com.google.android.apps.enterprise.cpanel)\n",
|
||||||
|
"removal": "delete"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "com.google.android.apps.enterprise.dmagent",
|
||||||
|
"description": "Google apps device policy (https://play.google.com/store/apps/details?id=com.google.android.apps.enterprise.dmagent)\n",
|
||||||
|
"removal": "delete"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "com.google.android.apps.fireball",
|
||||||
|
"description": "Google Allo (discontinued)\n",
|
||||||
|
"removal": "delete"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "com.google.android.apps.fitness",
|
||||||
|
"description": "Google Fit (https://play.google.com/store/apps/details?id=com.google.android.apps.fitness)\n",
|
||||||
|
"removal": "delete"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "com.google.android.apps.freighter",
|
||||||
|
"description": "Google Datally (discontinued)\n",
|
||||||
|
"removal": "delete"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "com.google.android.apps.giant",
|
||||||
|
"description": "Google Analytics (https://play.google.com/store/apps/details?id=com.google.android.apps.giant)\n",
|
||||||
|
"removal": "delete"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "com.google.android.apps.googleassistant",
|
||||||
|
"description": "Google Assistant (https://play.google.com/store/apps/details?id=com.google.android.apps.googleassistant)",
|
||||||
|
"removal": "delete"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "com.google.android.apps.handwriting.ime",
|
||||||
|
"description": "Google Handwriting Input (https://play.google.com/store/apps/details?id=com.google.android.apps.handwriting.ime)\n",
|
||||||
|
"removal": "delete"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "com.google.android.apps.hangoutsdialer",
|
||||||
|
"description": "Google Hangout Dialer (https://play.google.com/store/apps/details?id=com.google.android.apps.hangoutsdialer)\n",
|
||||||
|
"removal": "delete"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "com.google.android.apps.kids.familylink",
|
||||||
|
"description": "Google Family Link (https://play.google.com/store/apps/details?id=com.google.android.apps.kids.familylink)",
|
||||||
|
"removal": "delete"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "com.google.android.apps.kids.familylinkhelper",
|
||||||
|
"description": "Google Family Link for children & teens (https://play.google.com/store/apps/details?id=com.google.android.apps.kids.familylinkhelper)\n",
|
||||||
|
"removal": "delete"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "com.google.android.apps.m4b",
|
||||||
|
"description": "Google My Maps (https://play.google.com/store/apps/details?id=com.google.android.apps.m4b)\nIt is NOT Google Maps\n",
|
||||||
|
"removal": "delete"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "com.google.android.apps.magazines",
|
||||||
|
"description": "Google News (https://play.google.com/store/apps/details?id=com.google.android.apps.magazines)\n",
|
||||||
|
"removal": "delete"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "com.google.android.apps.mapslite",
|
||||||
|
"description": "Google Maps Go (lite web app of Maps) (https://play.google.com/store/apps/details?id=com.google.android.apps.mapslite)\n",
|
||||||
|
"removal": "delete"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "com.google.android.apps.meetings",
|
||||||
|
"description": "Hangout Meet (discontinued) (https://play.google.com/store/apps/details?id=com.google.android.apps.meetings)",
|
||||||
|
"removal": "delete"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "com.google.android.apps.messaging",
|
||||||
|
"description": "Google Messages (SMS+RCS) (https://play.google.com/store/apps/details?id=com.google.android.apps.messaging)\nRuns in the background.\nQKSMS is a good FOSS replacement.",
|
||||||
|
"removal": "delete"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "com.google.android.apps.nbu.files",
|
||||||
|
"description": "Files by Google (https://play.google.com/store/apps/details?id=com.google.android.apps.nbu.files)\nRuns in the background.",
|
||||||
|
"removal": "delete"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "com.google.android.apps.paidtasks",
|
||||||
|
"description": "Google Opinion Rewards (https://play.google.com/store/apps/details?id=com.google.android.apps.paidtasks)\n",
|
||||||
|
"removal": "delete"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "com.google.android.apps.pdfviewer",
|
||||||
|
"description": "Google PDF Viewer\nShouldn't run in the background, so no reason to disable.\nDiscontinued, but still works perfectly on Android 11. In fact, this is the best standalone PDF-viewer I've found. The default PDF-viewer in recent Android releases is now integrated into Google Drive.",
|
||||||
|
"removal": "replace"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "com.google.android.apps.photos",
|
||||||
|
"description": "Google Photos (https://play.google.com/store/apps/details?id=com.google.android.apps.photos)",
|
||||||
|
"removal": "delete"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "com.google.android.apps.photos.scanner",
|
||||||
|
"description": "Google PhotoScan (https://play.google.com/store/apps/details?id=com.google.android.apps.photos.scanner)",
|
||||||
|
"removal": "delete"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "com.google.android.apps.plus",
|
||||||
|
"description": "Google+ (discontinued)",
|
||||||
|
"removal": "delete"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "com.google.android.apps.podcasts",
|
||||||
|
"description": "Google Podcasts (https://play.google.com/store/apps/details?id=com.google.android.apps.podcasts)\n",
|
||||||
|
"removal": "delete"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "com.google.android.apps.restore",
|
||||||
|
"description": "The backup restore wizard used for pulling Android system backups from your Google account.\nRuns on boot.\nYou only need this if you factory restore, in which case it’s automatically re-enabled for you.",
|
||||||
|
"removal": "delete"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "com.google.android.apps.recorder",
|
||||||
|
"description": "Google (audio)Recorder (https://play.google.com/store/apps/details?id=com.google.android.apps.recorder)",
|
||||||
|
"removal": "delete"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "com.google.android.apps.setupwizard.searchselector",
|
||||||
|
"description": "Search engine selector\nThe search selection screen in the setupwizard you see on new/factory reset phones.\nRuns on boot, but doesn't seem to run in the background beyond that.",
|
||||||
|
"removal": "delete"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "com.google.android.apps.santatracker",
|
||||||
|
"description": "Google Santa Tracker (discontinued)",
|
||||||
|
"removal": "delete"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "com.google.android.apps.subscriptions.red",
|
||||||
|
"description": "Google One (https://play.google.com/store/apps/details?id=com.google.android.apps.subscriptions.red)\nLets you manage your Google cloud storage.\nOccasionally runs in the background.",
|
||||||
|
"removal": "delete"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "com.google.android.apps.tachyon",
|
||||||
|
"description": "Google Duo (Video Calls) (https://play.google.com/store/apps/details?id=com.google.android.apps.tachyon)\n",
|
||||||
|
"removal": "delete"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "com.google.android.apps.tasks",
|
||||||
|
"description": "Google Task (TODO list) (https://play.google.com/store/apps/details?id=com.google.android.apps.tasks)\n",
|
||||||
|
"removal": "delete"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "com.google.android.apps.translate",
|
||||||
|
"description": "Google Translate (https://play.google.com/store/apps/details?id=com.google.android.apps.translate)\n",
|
||||||
|
"removal": "delete"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "com.google.android.apps.travel.onthego",
|
||||||
|
"description": "Google Trip (discontinued)\n",
|
||||||
|
"removal": "delete"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "com.google.android.apps.uploader",
|
||||||
|
"description": "Picasa Uploader (discontinued)\n",
|
||||||
|
"removal": "delete"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "com.google.android.apps.vega",
|
||||||
|
"description": "Google My Business (https://play.google.com/store/apps/details?id=com.google.android.apps.vega)\n",
|
||||||
|
"removal": "delete"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "com.google.android.apps.walletnfcrel",
|
||||||
|
"description": "Google Pay (https://play.google.com/store/apps/details?id=com.google.android.apps.walletnfcrel)\n",
|
||||||
|
"removal": "delete"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "com.google.android.apps.wallpaper",
|
||||||
|
"description": "Google Wallpapers (https://play.google.com/store/apps/details?id=com.google.android.apps.wallpaper)\n",
|
||||||
|
"removal": "delete"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "com.google.android.apps.wellbeing",
|
||||||
|
"description": "Digital Wellbeing (https://play.google.com/store/apps/details?id=com.google.android.apps.wellbeing)\nLets you track device and app usage and set usage limits.",
|
||||||
|
"removal": "delete"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "com.google.android.apps.youtube.creator",
|
||||||
|
"description": "Youtube Studio (https://play.google.com/store/apps/details?id=com.google.android.apps.youtube.creator)\n",
|
||||||
|
"removal": "delete"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "com.google.android.apps.youtube.gaming",
|
||||||
|
"description": "Youtube Gaming -(discontinued in March 2019, features integrated in main youtube app)\n",
|
||||||
|
"removal": "delete"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "com.google.android.apps.youtube.kids",
|
||||||
|
"description": "Youtube Kid (https://play.google.com/store/apps/details?id=com.google.android.apps.youtube.kids)\n",
|
||||||
|
"removal": "delete"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "com.google.android.apps.youtube.music",
|
||||||
|
"description": "Youtube Music (https://play.google.com/store/apps/details?id=com.google.android.apps.youtube.music)\n",
|
||||||
|
"removal": "delete"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "com.google.android.apps.youtube.vr",
|
||||||
|
"description": "Youtube VR (https://play.google.com/store/apps/details?id=com.google.android.apps.youtube.vr)\n",
|
||||||
|
"removal": "delete"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "com.google.android.backuptransport",
|
||||||
|
"description": "Allows Android apps to back up their data on Google servers.\n",
|
||||||
|
"removal": "replace"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "com.google.android.calculator",
|
||||||
|
"description": "Google Calculator (https://play.google.com/store/apps/details?id=com.google.android.calculator)\n",
|
||||||
|
"removal": "delete"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "com.google.android.calendar",
|
||||||
|
"description": "Google Calendar (https://play.google.com/store/apps/details?id=com.google.android.calendar)\n",
|
||||||
|
"removal": "delete"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "com.google.android.configupdater",
|
||||||
|
"description": "ConfigUpdater\nOccasionally runs in the background.\nAuto updates certificates for TLS connection, firewall configuration, e.t.c.\nMainly used for Google services? Might be fine to disable if you don't use Google services. Disabling might mess with security if you do use them though.\nhttps://android.googlesource.com/platform/frameworks/base/+/master/core/java/android/os/ConfigUpdate.java",
|
||||||
|
"removal": "replace"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "com.google.android.deskclock",
|
||||||
|
"description": "Google clock app (https://play.google.com/store/apps/details?id=com.google.android.deskclock)\n",
|
||||||
|
"removal": "delete"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "com.google.android.feedback",
|
||||||
|
"description": "This is the package that sends crash-report feedback to the Play Store? The crash pop-up still happens with this disabled.\nDoesn't seem to run on its own.\nHas permission to access system logs and package usage stats. Only connects to 4 Google domains. App developers likely have to go through the Play Store to access any sent data.\nhttps://beta.pithus.org/report/7041823ff880c207ed2ddacdc92e5ed803b1eb105e4483696d2152bea44903aa",
|
||||||
|
"removal": "delete"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "com.google.android.googlequicksearchbox",
|
||||||
|
"description": "Google Search box (https://play.google.com/store/apps/details?id=com.google.android.googlequicksearchbox)\nRuns in the background.\nPointless. If you need a shortcut to Google on your homescreen just use a web-browser shortcut. Does also remove the Google Sound Search widget, but you can get that functionality from an app like Shazam, that additionally doesn't run in the background constantly like this package does.",
|
||||||
|
"removal": "delete"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "com.google.android.instantapps.supervisor",
|
||||||
|
"description": "Lets you try new games directly on Google Play.\nhttps://www.zdnet.com/article/googles-instant-apps-goes-live-now-you-can-try-android-apps-before-installing-them/\n",
|
||||||
|
"removal": "delete"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "com.google.android.keep",
|
||||||
|
"description": "Google Keep (https://play.google.com/store/apps/details?id=com.google.android.keep)\n",
|
||||||
|
"removal": "delete"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "com.google.android.markup",
|
||||||
|
"description": "Google Markup app made for modifying pictures, ships by default on every Pie+ device.\n",
|
||||||
|
"removal": "delete"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "com.google.android.marvin.talkback",
|
||||||
|
"description": "Android Accessibility Suite (https://play.google.com/store/apps/details?id=com.google.android.marvin.talkback)\nHelps blind and vision-impaired users.\n",
|
||||||
|
"removal": "delete"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "com.google.android.music",
|
||||||
|
"description": "Google Play Music (discontinued) (https://play.google.com/store/apps/details?id=com.google.android.music)",
|
||||||
|
"removal": "delete"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "com.google.android.onetimeinitializer",
|
||||||
|
"description": "Provides first time setup, safe to remove.\n",
|
||||||
|
"removal": "delete"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "com.google.android.play.games",
|
||||||
|
"description": "Google Play Games (https://play.google.com/store/apps/details?id=com.google.android.play.games)\n",
|
||||||
|
"removal": "delete"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "com.google.android.printservice.recommendation",
|
||||||
|
"description": "I think this has to do with recommending a printservice app you can get from the Play store.\nI think printing still works with this off.",
|
||||||
|
"removal": "delete"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "com.google.android.projection.gearhead",
|
||||||
|
"description": "Android Auto (https://play.google.com/store/apps/details?id=com.google.android.projection.gearhead)",
|
||||||
|
"removal": "delete"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "com.google.android.pixel.setupwizard",
|
||||||
|
"description": "It's the basic configuration setup guides you through the basics of setting up Google features on your device.\nThe second package is only present on Pixel phones.\n",
|
||||||
|
"removal": "delete"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "com.google.android.soundpicker",
|
||||||
|
"description": "Google Sounds. Removable if you already have another media select service.\n",
|
||||||
|
"removal": "delete"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "com.google.android.street",
|
||||||
|
"description": "Google Street View (https://play.google.com/store/apps/details?id=com.google.android.street)\n",
|
||||||
|
"removal": "delete"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "com.google.android.syncadapters.bookmarks",
|
||||||
|
"description": "Synchronisation for Google Chrome bookmarks\n",
|
||||||
|
"removal": "delete"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "com.google.android.syncadapters.calendar",
|
||||||
|
"description": "Synchronisation for Google Calendar.\n",
|
||||||
|
"removal": "replace"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "com.google.android.syncadapters.contacts",
|
||||||
|
"description": "Synchronisation for Google Contacts.\n",
|
||||||
|
"removal": "replace"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "com.google.android.talk",
|
||||||
|
"description": "Google Hangouts (https://play.google.com/store/apps/details?id=com.google.android.talk)\n",
|
||||||
|
"removal": "delete"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "com.google.android.tts",
|
||||||
|
"description": "Speech Services by Google (https://play.google.com/store/apps/details?id=com.google.android.tts)\nLets apps read text on your screen aloud, in many languages.",
|
||||||
|
"removal": "delete"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "com.google.android.tv.remote",
|
||||||
|
"description": "Android TV remote control (https://play.google.com/store/apps/details?id=com.google.android.tv.remote)\n",
|
||||||
|
"removal": "delete"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "com.google.android.videoeditor",
|
||||||
|
"description": "Google Movie Studio (discontinued)\n",
|
||||||
|
"removal": "delete"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "com.google.android.videos",
|
||||||
|
"description": "Google TV (previously Google Play Movies & TV) (https://play.google.com/store/apps/details?id=com.google.android.videos)",
|
||||||
|
"removal": "delete"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "com.google.android.voicesearch",
|
||||||
|
"description": "Google Voice Search (Speech-To-Text)\n",
|
||||||
|
"removal": "delete"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "com.google.android.vr.home",
|
||||||
|
"description": "Daydream (VR stuff) (https://play.google.com/store/apps/details?id=com.google.android.vr.home)\n",
|
||||||
|
"removal": "delete"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "com.google.android.vr.inputmethod",
|
||||||
|
"description": "Daydream virtual keyboard (VR stuff) (https://play.google.com/store/apps/details?id=com.google.android.vr.inputmethod)\n",
|
||||||
|
"removal": "delete"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "com.google.android.wearable.app",
|
||||||
|
"description": "Wear OS Smartwatch (https://play.google.com/store/apps/details?id=com.google.android.wearable.app)\n",
|
||||||
|
"removal": "delete"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "com.google.ar.core",
|
||||||
|
"description": "Google Play Services for AR (Augmented Reality) (https://play.google.com/store/apps/details?id=com.google.ar.core)\nNote: Disabling it can mess with apps that use it, like Pokemon GO.\nhttps://beta.pithus.org/report/99ea324529f950fe351d22724f8b894cce19c16607fcc9c2855bc906b1f8e644",
|
||||||
|
"removal": "delete"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "com.google.ar.lens",
|
||||||
|
"description": "Google Lens (for AR too) (https://play.google.com/store/apps/details?id=com.google.ar.lens)\n",
|
||||||
|
"removal": "delete"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "com.google.chromeremotedesktop",
|
||||||
|
"description": "Chrome Remote Desktop (https://play.google.com/store/apps/details?id=com.google.chromeremotedesktop)\n",
|
||||||
|
"removal": "delete"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "com.google.earth",
|
||||||
|
"description": "Google Earth (https://play.google.com/store/apps/details?id=com.google.earth)\n",
|
||||||
|
"removal": "delete"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "com.google.marvin.talkback",
|
||||||
|
"description": "Android Accessibility Suite (https://play.google.com/store/apps/details?id=com.google.android.marvin.talkback)\n",
|
||||||
|
"removal": "delete"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "com.google.samples.apps.cardboarddemo",
|
||||||
|
"description": "Google Cardboard (VR stuff) (https://play.google.com/store/apps/details?id=com.google.samples.apps.cardboarddemo)\n",
|
||||||
|
"removal": "delete"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "com.google.tango.measure",
|
||||||
|
"description": "Google Measure (https://play.google.com/store/apps/details?id=com.google.tango.measure)\n",
|
||||||
|
"removal": "delete"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "com.google.vr.cyclops",
|
||||||
|
"description": "Google Cardboard Camera (VR stuff) (https://play.google.com/store/apps/details?id=com.google.vr.cyclops)\n",
|
||||||
|
"removal": "delete"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "com.google.vr.expeditions",
|
||||||
|
"description": "Google Expedition (VR stuff) (https://play.google.com/store/apps/details?id=com.google.vr.expeditions)\n",
|
||||||
|
"removal": "delete"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "com.google.vr.vrcore",
|
||||||
|
"description": "Google VR services (https://play.google.com/store/apps/details?id=com.google.vr.vrcore)\n",
|
||||||
|
"removal": "replace"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "com.google.zxing.client.android",
|
||||||
|
"description": "Google Barcode Scanner (discontinued) (https://play.google.com/store/apps/details?id=com.google.zxing.client.android)",
|
||||||
|
"removal": "delete"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "com.google.android.apps.maps",
|
||||||
|
"description": "Google Maps (https://play.google.com/store/apps/details?id=com.google.android.apps.maps)",
|
||||||
|
"removal": "delete"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "com.google.android.apps.nexuslauncher",
|
||||||
|
"description": "Pixel Launcher (https://play.google.com/store/apps/details?id=com.google.android.apps.nexuslauncher)\nUsed to be called Nexus Launcher(back when Google's phones were called Nexus, not Pixel).\nA launcher is basically your homescreen.\nDON'T REMOVE IF YOU HAVEN'T INSTALLED ANOTHER LAUNCHER! Nova Launcher is usually the go-to custom launcher.",
|
||||||
|
"removal": "caution"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "com.google.android.apps.turbo",
|
||||||
|
"description": "Device Health Services (discontinued?)\nCalculates remaining battery percentage based on usage.\nReviews for this app were... funny (https://www.reddit.com/r/google/comments/ajnbmh/the_reviews_for_device_health_services_are_quite/)\nNote: this app needs com.google.android.gms",
|
||||||
|
"removal": "replace"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "com.google.android.apps.work.oobconfig",
|
||||||
|
"description": "Device Setup\nSets up device to be managed by EMM (Enterprise Mobility Management), which \"allows organizations to securely enable employee use of mobile devices\".\nMight also be what does the actual management on your device, if you set it up as a work device.\nOnly seems to run on boot(not in the background after boot) if you haven't set up your device as a work device.\nI tried to disable it through UAD, but nothing happens? Seems immune to disabling?\nhttps://bayton.org/2020/11/google-announce-big-changes-to-zero-touch/\nhttps://bayton.org/docs/enterprise-mobility/android/what-is-android-zero-touch-enrolment/\nContains 4 services: GcmJobService, GservicesChangedObserverService, AppMeasurementService and FirebaseInstanceIdService.\nGCM(Google Cloud Messaging) was the backend for Android's push messaging system 2012-2019, after which it was replaced by FCM(Firebase Cloud Messaging). I assume the GCM/Firebase connection is for Push notification functionality.\nThe MANAGE_CARRIER_OEM_UNLOCK_STATE permission hints at doing something with carrier locks?\nNeeds Google Play Services to function?",
|
||||||
|
"removal": "caution"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "com.google.android.carrierconfig",
|
||||||
|
"description": "Same as com.android.carrierconfig? Here's that description:\nDynamically provides configuration for the carrier network.\nThe config contains: Roaming networks, Voicemail settings, SMS/MMS settings, VoLTE/IMS settings, and more.\nIf a carrier app is installed it will be queried for overrides to these settings.\nSeems to run on boot and when you swap SIM card?\nhttps://source.android.com/devices/tech/config/carrier\nhttps://cs.android.com/android/platform/superproject/+/master:packages/apps/CarrierConfig/src/com/android/carrierconfig/DefaultCarrierConfigService.java",
|
||||||
|
"removal": "replace"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "com.google.android.contacts",
|
||||||
|
"description": "Google Contacts (https://play.google.com/store/apps/details?id=com.google.android.contacts)\nOccasionally runs in the background.",
|
||||||
|
"removal": "replace"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "com.google.android.dialer",
|
||||||
|
"description": "Google Dialer (https://play.google.com/store/apps/details?id=com.google.android.dialer)\nDefault dialer on some phones.\nGoogle Analytics are embedded in the app, assume everything is datamined.\nhttps://www.virustotal.com/gui/file/a978d90f27d5947dca33ed59b73bd8efbac67253f9ef7a343beb9197c8913d1a/details",
|
||||||
|
"removal": "replace"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "com.google.android.documentsui",
|
||||||
|
"description": "Files\nOccasionally runs in the background.\nFile selector for other apps. Another file browser can replace most of the functionality, but not all apps support that.\nSafe to disable, but will of course break file saving/loading functionality for some apps.",
|
||||||
|
"removal": "caution"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "com.google.android.ext.shared",
|
||||||
|
"description": "Google shared library (used to share common code between apps)\nIt's empty, so this package is useless?",
|
||||||
|
"removal": "replace"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "com.google.android.GoogleCamera",
|
||||||
|
"description": "Google Camera (https://play.google.com/store/apps/details?id=com.google.android.GoogleCamera)",
|
||||||
|
"removal": "replace"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "com.google.android.gms",
|
||||||
|
"description": "Google Play Services\ngms = Google Mobile Services\nIt is a layer that sits on top of the OS and provides a bunch of Google APIs, giving apps access to various Google Services.\nIf you remove it all the apps relying on Google Play Services whill either: \n- detect the lack of play services and refuse to run\n- detect the lack of play services but allow you to run (improperly) by dismissing an annoying popup\nRemoving Google Play Services can bootloop some devices, so be careful.\nDisabling this package will improve battery life a lot.\nIMPORTANT: You need to uncheck Find My Device from the \"Device admin apps\" settings panel to be able to disable this package.\nSearch \"admin\" in the settings search bar.",
|
||||||
|
"removal": "caution"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "com.google.android.gms.location.history",
|
||||||
|
"description": "Google Location history\nhttps://support.google.com/accounts/answer/3118687?hl=en\nI'm guessing this runs in the background unless you have this setting turned off in your Google account. I have the setting turned off and I've never seen this package run.",
|
||||||
|
"removal": "delete"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "com.google.android.gms.policy_sidecar_aps",
|
||||||
|
"description": "Not sure what purpose it has, but it gets some network and phone data and connects to some Google domains, but never on its own; it has no permissions and never runs on its own, it likely exists as a helper package for other Google services.\nDoesn't seem to exist in newer versions of Android; it's not in Android 11, but it is in 9.\nNeeds a Google Account and Google Play Services to work.\nGiven its name it could be related to Android auto?\nSeems safe to remove, noticed no breakage (didn't test Android Auto tho).\nhttps://beta.pithus.org/report/60835b97f38d9e64d4f554a73dab71c892153486a8e0fd81461c3d85359d9fae",
|
||||||
|
"removal": "replace"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "com.google.android.gsf",
|
||||||
|
"description": "Google Services Framework\nSupports the Play Services application in application updates, user authentication, location services, user searches & more.\nhttps://android.stackexchange.com/questions/216176/what-is-the-exact-functionality-of-google-play-services-google-services-framew\nhttps://stackoverflow.com/questions/37337448/what-is-the-difference-between-google-service-frameworkgsfgoogle-mobile-servi\nSame recommendation as com.google.android.gms except I've never seen a bootloop because of deleting this package.",
|
||||||
|
"removal": "replace"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "com.google.android.gsf.login",
|
||||||
|
"description": "Support for managing Google accounts.\nSafe to remove if you don't use a Google account.",
|
||||||
|
"removal": "replace"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "com.google.android.location",
|
||||||
|
"description": "Handles location services on older devices. On newer ones Google location services is part of Google Play Services and Android location service is provided by com.android.location.fused or com.android.location.",
|
||||||
|
"removal": "replace"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "com.google.android.partnersetup",
|
||||||
|
"description": "Google Partner Setup\nOccasionally runs in the background.\nBased on an unclear explanation online: Enables applications to interact with your Google account/apps, for example: adding a Google Calendar event from a To-Do app.\nProbably safe to disable; Haven't noticed any consequences of disabling from weeks of use.",
|
||||||
|
"removal": "delete"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "com.google.android.webview",
|
||||||
|
"description": "Android System WebView (https://play.google.com/store/apps/details?id=com.google.android.webview)\nAllows Android apps to display content from the web directly inside the app.\nBased on Chrome.\nBromite is an open-source, privacy-oriented Webview replacement: https://www.bromite.org/system_web_view",
|
||||||
|
"removal": "replace"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "com.google.android.launcher",
|
||||||
|
"description": "Google Now Launcher (https://play.google.com/store/apps/details?id=com.google.android.launcher)\nDO NOT REMOVE THIS IF YOU DON'T HAVE ANOTHER LAUNCHER INSTALLED.\n",
|
||||||
|
"removal": "replace"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "com.google.android.gm",
|
||||||
|
"description": "Gmail (https://play.google.com/store/apps/details?id=com.google.android.gm)",
|
||||||
|
"removal": "delete"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "com.google.android.gm.lite",
|
||||||
|
"description": "Gmail Go (https://play.google.com/store/apps/details?id=com.google.android.gm.lite)\nLite version of the Gmail app (hah! Because the base one is too bloated?). Don't use this app",
|
||||||
|
"removal": "delete"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "com.google.android.ims",
|
||||||
|
"description": "Carrier Services (https://play.google.com/store/apps/details?id=com.google.android.ims)\nRuns in the background.\nPlay store description claims power savings in addition to the features, but I don't see how that could be the case.\nIMS(Ip Multimedia Subsystem) is an open industry standard for voice and multimedia communications over packet-based IP networks (VoLTE/VoIP/Wifi calling).",
|
||||||
|
"removal": "replace"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "com.google.audio.hearing.visualization.accessibility.scribe",
|
||||||
|
"description": "Live Transcribe & Sound Notifications (https://play.google.com/store/apps/details?id=com.google.audio.hearing.visualization.accessibility.scribe)\nProvides push notifications for critical sounds around you. This feature can be helpful for people with hearing loss.\nhttps://blog.google/products/android/new-sound-notifications-on-android/\nWorks offline\n",
|
||||||
|
"removal": "delete"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "com.android.vending",
|
||||||
|
"description": "Google Play Store",
|
||||||
|
"removal": "caution"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "com.google.android.inputmethod.latin",
|
||||||
|
"description": "Gboard – the Google Keyboard (https://play.google.com/store/apps/details?id=com.google.android.inputmethod.latin)\nSometimes the only keyboard app on a phone; Make sure you have another installed before you disable.\n\"Simple Keyboard\" is a good FOSS, lightweight replacement based on the AOSP Keyboard:\nhttps://f-droid.org/en/packages/rkr.simplekeyboard.inputmethod/",
|
||||||
|
"removal": "replace"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "com.google.android.apps.inputmethod.hindi",
|
||||||
|
"description": "Google Keyboard + Hinndi characters (https://play.google.com/store/apps/details?id=com.google.android.apps.inputmethod.hindi)\n",
|
||||||
|
"removal": "replace"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "com.google.android.inputmethod.japanese",
|
||||||
|
"description": "Google Keyboard + Japanese characters (https://play.google.com/store/apps/details?id=com.google.android.inputmethod.japanese)\n",
|
||||||
|
"removal": "replace"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "com.google.android.inputmethod.korean",
|
||||||
|
"description": "Google Keyboard + Korean characters (https://play.google.com/store/apps/details?id=com.google.android.inputmethod.korean)\n",
|
||||||
|
"removal": "replace"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "com.google.android.inputmethod.pinyin",
|
||||||
|
"description": "Google Keyboard + Pinyin (chinese) characters (https://play.google.com/store/apps/details?id=com.google.android.inputmethod.pinyin)\n)\n",
|
||||||
|
"removal": "replace"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "com.google.android.overlay.modules.ext.services",
|
||||||
|
"description": "Android System Theme pack\nThe package name is pretty self-explanatory.",
|
||||||
|
"removal": "caution"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "com.google.android.packageinstaller",
|
||||||
|
"description": "Occasionally runs in the background.\nRelated to installing Google-specific packages? Possibly something to do with Play services and backend updates/installations. Installing an app through Google Play worked fine with it disabled.",
|
||||||
|
"removal": "caution"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "com.google.android.overlay.modules.permissioncontroller",
|
||||||
|
"description": "Permission controller Theme pack\nGuessing it's a pack of themes for the Permission Controller based on the name.",
|
||||||
|
"removal": "caution"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "com.google.android.overlay.modules.permissioncontroller.forframework",
|
||||||
|
"description": "Android System Theme pack\nGuessing it's a pack of themes for the Android system framework permission controller based on the name.",
|
||||||
|
"removal": "caution"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "com.android.hotwordenrollment.okgoogle",
|
||||||
|
"description": "\"OK Google\" detection service.",
|
||||||
|
"removal": "delete"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "com.google.android.apps.inbox",
|
||||||
|
"description": "Inbox by Gmail (Discontinued)",
|
||||||
|
"removal": "delete"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "com.google.android.apps.navlite",
|
||||||
|
"description": "Google Maps GPS (https://play.google.com/store/apps/details?id=com.google.android.apps.navlite)",
|
||||||
|
"removal": "delete"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "com.google.android.backup",
|
||||||
|
"description": "Allows Android apps to back up their data on Google servers. (On Android 4.2)",
|
||||||
|
"removal": "delete"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "com.google.android.setupwizard",
|
||||||
|
"description": "Android Setup\nThe new/factory reset device basic configuration setup guides you through the basics of setting up your device.\nWARNING: Oddly enough, disabling/uninstalling this package will break mobile identity management which could be used by apps (for example your Bank) to authenticate you. See https://en.wikipedia.org/wiki/Mobile_identity_management",
|
||||||
|
"removal": "replace"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "com.google.android.setupwizard.a_overlay",
|
||||||
|
"description": "Overlay for setupwizard?",
|
||||||
|
"removal": "delete"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "com.google.android.youtube",
|
||||||
|
"description": "YouTube (https://play.google.com/store/apps/details?id=com.google.android.youtube)",
|
||||||
|
"removal": "delete"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "com.google.android.apps.youtube.mango",
|
||||||
|
"description": "YouTube Go (https://play.google.com/store/apps/details?id=com.google.android.apps.youtube.mango)\nLite version of the Youtube app. Shutdown by Google in august 2022.\nhttps://support.google.com/youtube/thread/162222567/youtube-go-is-going-away-in-august-of-this-year",
|
||||||
|
"removal": "delete"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "com.google.android.email",
|
||||||
|
"description": "AOSP Mail client\nNewer versions of AOSP Mail are renamed to com.android.email and Gmail was migrated to com.google.android.gm",
|
||||||
|
"removal": "delete"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "com.google.android.tag",
|
||||||
|
"description": "Support for NFC tags interactions (5 permissions : Contacts/Phone On by default).\nNFC Tags are for instance used in bus to let you validate your transport card with your phone\nOther exemple : https://en.wikipedia.org/wiki/TecTile\nYou will still be able to connect to a NFC device (e.g a speaker) if removed.\n",
|
||||||
|
"removal": "delete"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "com.google.android.apps.nbu.paisa.user",
|
||||||
|
"description": "Google Pay (https://play.google.com/store/apps/details?id=com.google.android.apps.nbu.paisa.user)\nDigital wallet and payment system\nList of all the information collected and associated to your Google account : https://support.google.com/googlepay/answer/10223752?hl=en&co=GENIE.Platform%3DAndroid#zippy=%2Cinfo-that-google-may-collect\nYou really should not trust Google not to sell your data (even if they claim the contrary): https://venturebeat.com/2020/11/20/probeat-google-will-eventually-sell-ads-against-your-financial-data/\n\nThe app itself has a LOT of permissions. See the Pithus analysis: https://beta.pithus.org/report/36b22c539b5f25c27a7699516c906351a25ba2daa2894eed08ae22f7a2a72c0e",
|
||||||
|
"removal": "delete"
|
||||||
|
}
|
||||||
|
]
|
1252
pending.json
Normal file
1252
pending.json
Normal file
File diff suppressed because it is too large
Load Diff
1
update_uad.php
Normal file
1
update_uad.php
Normal file
@ -0,0 +1 @@
|
|||||||
|
<?php
|
Loading…
x
Reference in New Issue
Block a user