universal-android-debloater/lists/AOSP.sh

515 lines
23 KiB
Bash
Raw Normal View History

#!/usr/bin/env bash
2020-01-10 03:23:21 +13:00
# VOCABULARY :
# overlay : https://budhdisharma.medium.com/rro-runtime-resource-overlay-in-android-aosp-e094be17f4bc
# https://source.android.com/devices/architecture/rros
2020-06-23 04:39:09 +12:00
declare -a aosp=(
2020-01-10 10:20:05 +13:00
"com.android.bips"
# Default print Service.
# Safe to remove if you don't plan to print from your phone.
2020-01-10 10:20:05 +13:00
"com.android.bluetoothmidiservice"
# Provides classes for using the MIDI protocol over Bluetooth. Safe to remove if you don't plan to connect MIDI devices.
# (Seriously, use a PC if you want to do this !)
"com.android.bookmarkprovider"
# Only exists for compatibility reasons to prevent apps querying it from getting null cursors they do not expect and crash.
2020-01-10 10:20:05 +13:00
"com.android.carrierdefaultapp"
# Allows carrier customization. Carrier action upon specific signal.
"com.android.dreams.basic"
# Daydream (not Google Daydream VR) is an interactive screensaver mode built into Android.
# When you dock your Android phone or tablet or charge it, its screen normally stays off.
# When you enable Daydream mode, the devices screen will stay on and display the Daydream app you choose.
# You can use this to display the time, weather, quotes, photos, news, tweets, or anything else that developers write a Daydream app for.
# https://developer.android.com/reference/android/service/dreams/DreamService
"com.android.dreams.phototable"
# Photographic screensavers (Daydream stuff, see above)
"com.android.dreams.phototable.overlay"
# Overlay for com.android.dreams.phototable
2020-01-10 10:20:05 +13:00
"com.android.egg"
# Android build's easter egg feature (when you click 5 times on the android version in the settings)
2020-06-23 04:39:09 +12:00
"com.android.galaxy4"
# built-in Dynamic wallpaper
2020-01-10 10:20:05 +13:00
"com.android.htmlviewer"
# In-built HTML viewer. Basically lets you read HTML files stored on your device.
# REMINDER : A web-browser can also read HTML files...
"com.android.magicsmoke"
# "Magic smoke" Live wallpaper.
"com.android.managedprovisioning"
# Manage separate profile on devices. The typical example is setting up a corporate profile that is controlled by their employer on a
# users personal device to keep personal and work data separate.
2020-06-23 04:39:09 +12:00
# https://support.google.com/work/android/answer/6191949?
# https://developers.google.com/android/work/requirements/work-profile
2020-01-10 10:20:05 +13:00
2020-06-16 01:05:46 +12:00
"com.android.musicvis"
# Music Visualization Wallpapers
2020-01-10 10:20:05 +13:00
"com.android.noisefield"
# "Noise filed" live wallpaper.
"com.android.phasebeam"
# "Phase beam" live wallpaper
"com.android.email.partnerprovider"
"com.android.email.partnerprovider.overlay"
# Lets Google partners (OEM in most of the case) to customize the default email settings.
# The manufacturer often change the default signature displayed the end of each of your mail (e.g "Sent from my Nokia phone")
2020-01-10 10:20:05 +13:00
"com.android.providers.partnerbookmarks"
# Provides bookmarks about partners of Google in Chrome.
"com.android.runintest.ddrtest"
# DDR Test
# RAM Stress tester
# Can be run from the bootloader
# NOTE: I'm not sure it's really from AOSP (seen in TCL Plex phone)
"com.android.simappdialog"
# Sim App Dialog
# Used to install the carrier SIM app when the SIM is inserted.
2020-01-10 10:20:05 +13:00
"com.android.soundrecorder"
2020-06-23 04:39:09 +12:00
# AOSP Sound recorder. OEM often use their own solution
# NOTE: On some phones, Huawei & Xiaomi also use this package name for their own browser app.
2020-06-23 04:39:09 +12:00
# There are better apps (on F-droid) anyway
2020-01-10 10:20:05 +13:00
"com.android.stk"
"com.android.stk2" # (special package for dual-sim devices?)
# SIM toolkit
2020-01-10 10:20:05 +13:00
# SIM toolkit app. Enable carriers to make SIM cards initiate "value-added services" (== some crappy stuff)
# Basically, Some operators give SIMs which has applications installed in it.
# https://en.wikipedia.org/wiki/SIM_Application_Toolkit#cite_note-CellularZA-1
# Has already be abused :
# - SimJacker : https://thehackernews.com/2019/09/simjacker-mobile-hacking.html
# - WIBattack : https://www.zdnet.com/article/new-sim-card-attack-disclosed-similar-to-simjacker/
2020-06-23 04:39:09 +12:00
"com.android.traceur"
# System Tracing
# Recording 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.
# Not useful if you're not a developer.
2020-01-10 10:20:05 +13:00
"com.android.wallpaper.holospiral"
# "Holo spiral" Live wallpaper.
"com.android.wallpaper.livepicker"
"com.android.wallpaper.livepicker.overlay"
# Enables you to pick a live wallpaper.
2020-01-10 10:20:05 +13:00
"com.android.wallpapercropper"
# Wallpaper cropper.
"com.example.android.notepad"
# (Bad) notepad app.
##################### UP TO YOU (can be useful features but safe to remove) #####################
"android.auto_generated_vendor_" # [MORE INFO NEEDED]
# Auto generated vendor's stuff for Android Auto (https://www.android.com/intl/en_en/auto/)
# Note: You don't need this if you don't use Android auto
"com.android.apps.tag"
# Support for NFC tags interactions (5 permissions : Contacts/Phone On by default).
# NFC Tags are for instance used in bus to let you validate your transport card with your phone
# Other exemple : https://en.wikipedia.org/wiki/TecTile
# You will still be able to connect to a NFC device (e.g a speaker) if removed.
#"com.google.android.GoogleCamera"
# Google Camera (https://play.google.com/store/apps/details?id=com.google.android.GoogleCamera)
2020-01-11 03:32:28 +13:00
#"com.android.backupconfirm"
2020-01-10 10:20:05 +13:00
# Restore google settings with Google Backup restore function.
# Also display confirmation popup when doing ADB backup. If you remove this package you couldn't do ADB Backup.
#"com.android.bio.face.service"
# Handles facial regognition.
2020-01-11 03:32:28 +13:00
#"com.android.bluetooth"
2020-01-10 10:20:05 +13:00
# Bluetooth service
"com.android.browser"
# AOSP Browser. You honeslty shoud use something else. It is no longer maintained and lacks a lot of features.
2020-06-23 04:39:09 +12:00
# If you have this package you most likely have an old android version (< Android KitKat v4.4) so you can't really install
# another browser.
# Your android device is insecure so you really shouldn't use this device to browse the web.
# NOTE: On some phones, Huawei & Xiaomi also use this package name for their own browser app (e.g Mi browser)
2020-01-10 10:20:05 +13:00
"com.android.browser.provider"
2020-06-23 04:39:09 +12:00
# Strange package. It is old (2014) and there is a hardcoded Picasa URL in the code
2020-01-10 10:20:05 +13:00
# https://android.googlesource.com/platform/packages/apps/Browser/+/refs/heads/master/src/com/android/browser/provider/BrowserProvider.java
# Related to bookmarks but removing it doesn't seems to affect anything visible.
#"com.android.calendar"
# AOSP Calendar app
# NOTE: On some phones, Huawei & Xiaomi also use this package name for their own calendar app.
2020-01-10 10:20:05 +13:00
#"com.android.calculator2"
# AOSP calculator app.
# NOTE: On some phones, Huawei & Xiaomi also use this package name for their own calculator app.
2020-01-10 10:20:05 +13:00
#"com.android.calllogbackup"
2020-06-23 04:39:09 +12:00
# Call Logs Backup/Restore feature.
# https://android.googlesource.com/platform/packages/providers/CallLogProvider/+/refs/heads/master/src/com/android/calllogbackup
2020-01-10 10:20:05 +13:00
2020-01-11 03:32:28 +13:00
#"com.android.captiveportallogin"
# Support for captive portal : https://en.wikipedia.org/wiki/Captive_portal
# A captive portal login is a web page where the users have to input their login information or accept the displayed terms of use.
# Some networks (typically public wifi network) use the captive portal login to block access until the user inputs
# some necessary information
2020-01-10 10:20:05 +13:00
2020-06-23 04:39:09 +12:00
#"com.android.carrierconfig"
# Gives carriers and OEMs the ability to dynamically provide carrier configuration (APN settings) trough their app.
# NOTE : The probability that your carrier's APN change is very low. If you change your carrier and insert a new SIM card
# This package will be triggered to automatically choose the suitable APN.
# https://source.android.com/devices/tech/config/carrier
# https://android.googlesource.com/platform/packages/apps/CarrierConfig/+/refs/heads/master/src/com/android/carrierconfig/DefaultCarrierConfigService.java
2020-06-23 04:39:09 +12:00
2020-01-25 08:49:39 +13:00
#"com.android.cellbroadcastreceiver"
# Cell broadcast has been designed to deliver messages to multiple users in an area.
# This is notably used by ISP to send Emergency/Government alerts. This package handles the situation on occurence of this event.
# Runs at boot time and is also triggered after exiting airplane mode.
# https://en.wikipedia.org/wiki/Cell_Broadcast
2020-01-10 10:20:05 +13:00
# https://www.androidcentral.com/amber-alerts-and-android-what-you-need-know
# https://android.googlesource.com/platform/packages/apps/CellBroadcastReceiver/+/refs/heads/master/src/com/android/cellbroadcastreceiver
2020-01-10 10:20:05 +13:00
2020-01-11 03:32:28 +13:00
#"com.android.contacts"
2020-06-23 04:39:09 +12:00
# AOSP contacts app (it is not Google contacts)
# NOTE: On some phones Huawei & Xiaomi also use this package name for their contacts app.
2020-01-10 10:20:05 +13:00
2020-06-23 04:39:09 +12:00
#"com.android.cts.ctsshim" # [MORE INFO NEEDED]
2020-01-11 03:32:28 +13:00
#"com.android.cts.priv.ctsshim"
2020-01-10 10:20:05 +13:00
# Compatibilty Test Service. The CTS shim is a package that resides on a device's /system partition in order
2020-06-23 04:39:09 +12:00
# to verify certain upgrade scenarios. Could mess up witch OTA updates.
2020-01-10 10:20:05 +13:00
# https://android.googlesource.com/platform/frameworks/base/+/51e458e/packages/CtsShim
#"com.android.deskclock"
# AOSP Clock app
# NOTE: On some phones Huawei & Xiaomi also use this package name for their own clock app.
2020-01-10 10:20:05 +13:00
#"com.android.email"
2020-01-10 10:20:05 +13:00
# AOSP Email app (it is NOT gmail).
# NOTE: On some phones Huawei & Xiaomi also use this package name for their own EMAIL app.
2020-01-10 03:23:21 +13:00
#"com.android.emergency"
2020-01-10 10:20:05 +13:00
# Emergency informations. Safe to remove if you don't want this feature.
2020-06-23 04:39:09 +12:00
#"com.android.exchange" # [MORE INFO NEEDED]
# Handles all aspects of starting, maintaining, and stopping the various sync adapters for the email accounts.
# Is it only needed for the email stock app?
2020-01-10 10:20:05 +13:00
2020-01-11 03:32:28 +13:00
#"com.android.facelock"
2020-01-10 10:20:05 +13:00
# Essential if you wanna use Face Unlock features, removable if you don't want to.
#"com.android.gallery3d"
# Gallery app.
# NOTE: On some phones, Huawei & Xiaomi also use this package name for their own Gallery app.
2020-01-10 10:20:05 +13:00
#"com.android.hotspot2"
# Provides wifi tethering (lets you share your mobile device's Internet connection with other devices)
# https://en.wikipedia.org/wiki/Tethering)
2020-06-23 04:39:09 +12:00
#"com.android.inputdevices"
# Only contains a receiver named "Android keyboard", possibly for an external keyboard.
# Locates available keyboard layouts.
2020-06-23 04:39:09 +12:00
# An application can offer additional keyboard layouts to the user by declaring a suitable broadcast receiver in its manifest.
2020-01-10 10:20:05 +13:00
#"com.android.inputmethod.latin"
# AOSP keyboard. (This is not Google Keyboard).
2020-01-25 08:49:39 +13:00
#"com.android.internal.display.cutout.emulation.corner"
#"com.android.internal.display.cutout.emulation.double"
#"com.android.internal.display.cutout.emulation.noCutout"
#"com.android.internal.display.cutout.emulation.tall"
# Support for display cutouts
# https://developer.android.com/guide/topics/display-cutout
# https://source.android.com/devices/tech/display/display-cutouts
#"com.android.internal.systemui.navbar.gestural"
# Gesture navigation
# Lets you use swipes and other actions to control your phone, rather than tapping on buttons.
# Option -> System -> Gestures -> System Navigation
# https://android-developers.googleblog.com/2019/08/gesture-navigation-backstory.html
#"com.android.internal.systemui.navbar.gestural_extra_wide_back"
#"com.android.internal.systemui.navbar.gestural_narrow_back"
#"com.android.internal.systemui.navbar.gestural_wide_back"
# Enables you to turn down the sensitivity to make it easier to perform gestures in apps (i.e. making back harder to trigger)
#"com.android.internal.systemui.navbar.threebutton" # 3-button navigation
#"com.android.internal.systemui.navbar.twobutton" # 2-button navigation
2020-01-10 10:20:05 +13:00
2020-06-16 01:05:46 +12:00
#"com.android.musicfx"
# Audio equalizer. Some 3-party music apps can use it to provide you equalizing features.
2020-01-10 10:20:05 +13:00
#"com.android.mms"
2020-06-23 04:39:09 +12:00
# AOSP SMS app.
# NOTE: On some phones, Huawei & Xiaomi also use this package name for their own SMS app.
2020-01-10 10:20:05 +13:00
#"com.android.nfc"
# NFC service
#"com.android.ons"
# Opportunistic Network Service
# Opportunistic networks are networks which are formed when devices come into contact opportunistically through
# physical proximity, and communicate wirelessly to share each others content, resources and services.
# This kind of networks leads to a set of challenging issues (congestion, transfer ordering, and resilience)
# Basically, this package implements ions (asynchronous networking) to resolve these issues.
# Run in background after booting the phone.
# https://en.wikipedia.org/wiki/Opportunistic_mobile_social_network
#"com.android.otaprovisioningclient"
# OTA Access Point Configuration
# OTA (Over the air : https://fr.wikipedia.org/wiki/Over-the-air_programming) is the method used by OEM to push updates on
# your phone.
# An OTA access point is used to run system software updates over a special gateway. This package is most likely customized
# by your OEM.
2020-06-23 04:39:09 +12:00
#"com.android.pacprocessor"
2020-01-10 10:20:05 +13:00
# A PAC (Proxy Auto-Config) is a file which defines how an app can automatically define the correct proxy server for fetching an URL.
# Should be safe to remove if you don't use Auto-proxy (with PAC file config)
# https://en.wikipedia.org/wiki/Proxy_auto-config
#"com.android.phone.recorder"
2020-06-23 04:39:09 +12:00
# AOSP Call recorder function. Most of the time OEM use their own code for this.
# NOTE: On some phones, Huawei & Xiaomi also use this package name for their own closed-source recorder app.
2020-01-10 10:20:05 +13:00
2021-01-28 10:55:59 +13:00
#"com.android.printservice.recommendation"
# Used to discover and interact one or more printers via one or more protocols.
# You can remove it if you don't need to print directly from your phone.
#"com.android.printspooler"
# Print spooler. Manage the printing process.
# Safe to remove if you don't plan to print from your phone
# Note: Break connection preferences from the settings app on some phones (Pixel 4a / Android 11)
2020-01-11 03:32:28 +13:00
#"com.android.providers.blockednumber"
# Handles blocked numbers storage
# On some devices this packages seems to be tied to recent apps menu (see https://gitlab.com/W1nst0n/universal-android-debloater/-/issues/6)
2020-01-10 10:20:05 +13:00
2020-06-16 01:05:46 +12:00
#"com.android.providers.calendar"
# Necessary to sync stock Calendar app and lets it work correctly.
2020-01-10 10:20:05 +13:00
2020-06-23 04:39:09 +12:00
#"com.android.providers.drm" # [MORE INFO NEEDED]
2020-06-16 01:05:46 +12:00
# DRM Protected Content Storage
# Provides DRM functions to stop you from copying things like ringtones, live wallpapers, etc.
# May be needed to access media files (to be verified)
2020-01-11 03:32:28 +13:00
#"com.android.providers.userdictionary"
# Handles user dictionary for keyboard apps.
2020-01-10 10:20:05 +13:00
2020-01-11 03:32:28 +13:00
#"com.android.proxyhandler"
2020-06-23 04:39:09 +12:00
# Handles proxy config
2020-01-10 10:20:05 +13:00
# Safe to remove if you don't use a proxy.
"com.android.quicksearchbox"
# Google quick search box.
#"com.android.se" # [MORE INFO NEEDED]
# Underlying implementation for Open Mobile API SEService (OMAPI SE)
# Enables apps to use the OMAPI API to access secure elements (SE) to enable smart-card payments and other secure services.
#
# A SE is a special chip (e.g SIM-card) whose the main purpose is to store cryptographic secrets in such a way
# that illicit use is hard or impossible to do.
#
# FYI : The Open Mobile Alliance (OPA) is a standards organization which develops open standards for the mobile phone industry.
2021-01-28 10:55:59 +13:00
#"com.android.settings.intelligence"
# Setting search feature
# Note: Settings app may crash when searching for a setting if you removed this package (it depends on the phone)
# See https://gitlab.com/W1nst0n/universal-android-debloater/-/issues/51
2020-01-25 08:49:39 +13:00
2020-06-16 01:05:46 +12:00
#"com.android.sharedstoragebackup"
2020-01-10 10:20:05 +13:00
# Used during backup. Fetch shared storage (files accessible by every apps with STORAGE permission)
2020-06-23 04:39:09 +12:00
# Things have changed with Android 10. Don't know if this package is still relevant for new phones.
2020-01-10 10:20:05 +13:00
# https://blog.mindorks.com/understanding-the-scoped-storage-in-android.
#"com.android.smspush" # [MORE INFO NEEDED]
# This service is used to push/send specially formatted SMS messages that display an alert message to the user,
# and give the user the option of connecting directly to a particular app.
# For instance, a SMS notifying the user he as a new e-mail, with a URL link to connect directly to the e-mail application
# https://web.archive.org/web/20200915164901/https://www.nowsms.com/doc/submitting-sms-messages/sending-wap-push-messages
2020-01-25 08:49:39 +13:00
#"com.android.systemui.theme.dark"
2020-06-23 04:39:09 +12:00
# Enables you to use Android dark theme.
2020-01-25 08:49:39 +13:00
#"com.android.theme.color.black"
#"com.android.theme.color.cinnamon"
#"com.android.theme.color.green"
#"com.android.theme.color.ocean"
#"com.android.theme.color.orchid"
#"com.android.theme.color.purple"
#"com.android.theme.color.space"
#"com.android.theme.font.notoserifsource"
#"com.android.theme.icon.roundedrect"
#"com.android.theme.icon.squircle"
#"com.android.theme.icon.teardrop"
#"com.android.theme.icon_pack.circular.android"
#"com.android.theme.icon_pack.circular.launcher"
#"com.android.theme.icon_pack.circular.settings"
#"com.android.theme.icon_pack.circular.systemui"
#"com.android.theme.icon_pack.circular.themepicker"
#"com.android.theme.icon_pack.filled.android"
#"com.android.theme.icon_pack.filled.launcher"
#"com.android.theme.icon_pack.filled.settings"
#"com.android.theme.icon_pack.filled.systemui"
#"com.android.theme.icon_pack.filled.themepicker"
#"com.android.theme.icon_pack.rounded.android"
#"com.android.theme.icon_pack.rounded.launcher"
#"com.android.theme.icon_pack.rounded.settings"
#"com.android.theme.icon_pack.rounded.systemui"
# Android themes / icons pack / fonts
2020-06-16 01:05:46 +12:00
#"com.android.timezone.updater"
2020-01-25 08:49:39 +13:00
# Time Zone Updater
# Automatically updates the clock to correspond to your current time zone
# This *may* causes a bootloop if removed. Timezone packages often causes that.
2020-01-25 08:49:39 +13:00
2020-06-23 04:39:09 +12:00
#"com.android.voicedialer"
# AOSP Voice dialer. Let's you call someone or open an app with your voice from the dialer.
# OEM often use their own code (embeded in their voice-controlled digital assistant)
# NOTE: On some phones Huawei & Xiaomi also use this package name for their own voice dialer app.
2020-01-10 10:20:05 +13:00
#"com.android.wallpaperpicker"
# Enables you to pick a wallpaper.
2020-06-16 01:05:46 +12:00
#"com.android.wallpaperbackup"
2020-01-10 10:20:05 +13:00
# Backup your wallapaper and load this backup instead of the original file in case you delete it.
2020-06-16 01:05:46 +12:00
# Safe to remove if you really want to.
2020-01-10 03:23:21 +13:00
#"com.android.webview"
# AOSP webview
# It's a system component for the Android operating system (OS) that allows Android apps to display content
# from the web directly inside an application.
# This package is no longer used in recent phones as it was replaced by com.google.android.webview
#
# On open-source privacy oriented Webview is Bromite (https://www.bromite.org/system_web_view)
2020-01-10 03:23:21 +13:00
)
2020-01-10 10:20:05 +13:00
##################### YOU SHOULDN'T MESS WITH THEM (core packages and may cause bootloop) #####################
2020-01-10 10:20:05 +13:00
#"com.android.certinstaller"
2020-06-16 01:05:46 +12:00
# Certificate installer. Identifies your device and confirms that it should be able to access something.
2020-01-10 10:20:05 +13:00
# Here it is used for accepting and revoking of Internet certificates. Break wifi if removed.
#"com.android.companiondevicemanager"
2020-01-10 10:20:05 +13:00
# Companion Device Manager that comes by default in every Oreo+ device.
# This handles connections to other devices, like Bluetooth Headphones, desktop Operative Systems, ecc.
2020-01-10 10:20:05 +13:00
#"com.android.defcontainer"
# Package Access Helper
# Determine the recommended install location for packages and if there is enough free space for the package.
2020-01-10 10:20:05 +13:00
#"com.android.documentsui" # Files picker
2020-01-10 10:20:05 +13:00
# Interface for apps wishing to access access files outside of their own storage area.
#"com.android.documentsui.a_overlay"
# DocumentsUI Overlay
# The DocumentsUI controls access to specific files for components that handle document permissions
# (such as attaching a file to an email)
# https://source.android.com/devices/architecture/modular-system/documentsui?hl=en
#"com.android.dynsystem"
# Dynamic System Updates
# Treble gived the ability to boot an AOSP Generic System Image (GSI) on any supported device.
# Dynamic System Updates allows to boot into a Generic System Image (GSI) without interfering with the current installation.
# That means the bootloader doesnt need to be unlocked and the user data doesnt need to be wiped.
# https://developer.android.com/topic/dsu
#"com.android.externalstorage"
2020-01-10 10:20:05 +13:00
# Needed by apps to access external storage (SD card)
#"com.android.keychain"
# Enable apps to use system wide credential KeyChain (shared credentials between apps)
# https://security.stackexchange.com/questions/216716/android-keychain-what-is-a-system-wide-credential
#"com.android.localtransport"
# Backup transport for stashing stuff into a known location on disk, and later restoring from there.
# Seems needed for storeing backup data locally on the device.
# This package also provides the backup confirmation UI.
# https://developer.android.com/guide/topics/data/testingbackup
#"com.android.location.fused"
2020-01-10 10:20:05 +13:00
# Manages the underlying location technologies, such as GPS and Wi-Fi.
#"com.android.mms.service"
2020-01-10 10:20:05 +13:00
# Provides support for sending MMS.
#"com.android.mtp"
# MTP Host
# Handles MTP (protocol allowing files to be transferred to and from your PC)
2020-01-10 10:20:05 +13:00
2020-06-16 01:05:46 +12:00
#"com.android.packageinstaller"
# Handles installation, upgrade, and removal of applications.
#"com.android.provision"
# Provisioning is the process of setting up a network connection that will allow new users.
# This service is for exemple needed when the user's phone moves from one cell-tower to another.
2020-06-16 01:05:46 +12:00
#"com.android.phone"
#"com.android.phone.a_overlay"
2020-01-10 10:20:05 +13:00
# AOSP code for dialer app features
# SIM card will also not be detected if deleted.
2020-06-16 01:05:46 +12:00
#"com.android.providers.applications"
# Fetches the list of applications installed on the phone to provide search suggestions.
#"com.android.providers.contacts"
2020-01-10 10:20:05 +13:00
# Handle interaction with contacts data
#"com.android.providers.downloads"
2020-01-10 10:20:05 +13:00
# Provider for downloads manager.
#"com.android.providers.downloads.ui"
2020-01-10 10:20:05 +13:00
# User interface for listing downloads.
#"com.android.providers.media"
2020-01-10 10:20:05 +13:00
# Handle access to media files.
#"com.android.providers.settings"
# Handles settings app datas (contentProvider)
2020-01-10 10:20:05 +13:00
# https://android.stackexchange.com/questions/37195/why-are-there-two-settings-apps-settings-and-settings-storage
#"com.android.providers.telephony"
# Telephony provider. Controls and stores phone-related data such as text messages, APN list, operation, etc.
2020-01-10 10:20:05 +13:00
#"com.android.server.telecom"
#"com.android.server.telecom.a_overlay"
2020-01-10 10:20:05 +13:00
# Management your calls via your network provider or SIM and controls the phone modem.
#"com.android.settings"
2020-01-10 10:20:05 +13:00
# AOSP Settings app features
#"com.android.shell"
2020-01-10 10:20:05 +13:00
# Unix shell to communicate via ADB commands through PC.
#"com.android.statementservice"
2020-01-10 10:20:05 +13:00
# Intent Filter Verification Service
# Intent : https://developer.android.com/reference/android/content/Intent
# Intent Filters : https://developer.android.com/guide/components/intents-filters
# https://android.stackexchange.com/questions/191163/what-does-the-intent-filter-verification-service-app-from-google-do
#"com.android.storagemanager"
2020-01-10 10:20:05 +13:00
# Storage manager (Maintenance/Storage panel in the settings)
# Clean up unused files, show size of files regrouped by categories...
#"com.android.systemui"
2020-01-10 10:20:05 +13:00
# Everything you see in Android that's not an app. User interface of Android
#"com.android.vpndialogs"
2020-06-16 01:05:46 +12:00
# Provide VPN support to Android
2020-01-10 10:20:05 +13:00
# https://en.wikipedia.org/wiki/Dialog_(software)
# Safe to remove if you don't plan to use a VPN.