mirror of
https://github.com/MuntashirAkon/android-debloat-list.git
synced 2025-04-23 05:26:51 +08:00
Compare commits
15 Commits
28c5166221
...
d8394339d6
Author | SHA1 | Date | |
---|---|---|---|
|
d8394339d6 | ||
|
d56addf82a | ||
|
29bb0c2fbf | ||
|
94a3f968fc | ||
|
08f5436740 | ||
|
e92bba3a8e | ||
|
e1fab31133 | ||
|
6556204e29 | ||
|
cfafd09329 | ||
|
4c88832f2b | ||
|
f56456ac6a | ||
|
c3602ca222 | ||
|
86872a38bb | ||
|
b0fb463289 | ||
|
a2d985e6a3 |
4
.github/workflows/lint.yml
vendored
4
.github/workflows/lint.yml
vendored
@ -13,7 +13,7 @@ jobs:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Clone the repository
|
||||
uses: actions/checkout@v3
|
||||
uses: actions/checkout@v4
|
||||
with:
|
||||
submodules: 'recursive'
|
||||
- name: Setup PHP
|
||||
@ -22,6 +22,6 @@ jobs:
|
||||
run: php ./scripts/lint.php
|
||||
- name: Upload lint results
|
||||
if: ${{ always() }}
|
||||
uses: actions/upload-artifact@v3
|
||||
uses: actions/upload-artifact@v4
|
||||
with:
|
||||
path: ./build/lint-results.txt
|
||||
|
21
carrier.json
21
carrier.json
@ -45,6 +45,15 @@
|
||||
],
|
||||
"removal": "delete"
|
||||
},
|
||||
{
|
||||
"id": "com.android.wifi.resources.overlay.WifiVodafoneOverlay",
|
||||
"label": "com.android.wifi.resources.overlay.WifiVodafoneOverlay",
|
||||
"description": "Not sure what it does",
|
||||
"web": [
|
||||
"https://beta.pithus.org/report/d8b19f854eb85ea97fbaeafb8c11842cf9b27f169b08d3e8b2659f52db9dd408"
|
||||
],
|
||||
"removal": "delete"
|
||||
},
|
||||
{
|
||||
"id": "com.asurion.android.mobilerecovery.att",
|
||||
"label": "AT&T Protect Plus",
|
||||
@ -385,6 +394,16 @@
|
||||
],
|
||||
"removal": "delete"
|
||||
},
|
||||
{
|
||||
"id": "com.motorola.carrierconfig",
|
||||
"label": "Carrier Services",
|
||||
"description": "Related to various communication related actions.",
|
||||
"web": [
|
||||
"https://source.android.com/docs/core/connect/carrier"
|
||||
],
|
||||
"removal": "caution",
|
||||
"warning": "Disabling this app may cause network-related issues"
|
||||
},
|
||||
{
|
||||
"id": "com.motorola.ltebroadcastservices_vzw",
|
||||
"label": "com.motorola.ltebroadcastservices_vzw",
|
||||
@ -747,7 +766,7 @@
|
||||
{
|
||||
"id": "com.sprint.ms.cnap",
|
||||
"label": "Caller ID",
|
||||
"description": "CNAP = Caller 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",
|
||||
"description": "CNAP = Caller 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\" ?",
|
||||
"web": [
|
||||
"https://en.wikipedia.org/wiki/Calling_Name_Presentation"
|
||||
],
|
||||
|
@ -4,16 +4,11 @@
|
||||
"label": "Camera",
|
||||
"repo": "https://github.com/GrapheneOS/Camera"
|
||||
},
|
||||
{
|
||||
"id": "com.iakmds.librecamera",
|
||||
"label": "Libre Camera",
|
||||
"source": "f",
|
||||
"repo": "https://github.com/iakmds/librecamera"
|
||||
},
|
||||
{
|
||||
"id": "net.sourceforge.opencamera",
|
||||
"label": "Open Camera",
|
||||
"source": "fg",
|
||||
"reason": "A more advanced camera app",
|
||||
"repo": "https://sourceforge.net/projects/opencamera/"
|
||||
}
|
||||
]
|
||||
|
8
suggestions/video_players.json
Normal file
8
suggestions/video_players.json
Normal file
@ -0,0 +1,8 @@
|
||||
[
|
||||
{
|
||||
"id": "org.videolan.vlc",
|
||||
"label": "VLC",
|
||||
"source": "fg",
|
||||
"repo": "https://code.videolan.org/videolan/vlc-android"
|
||||
}
|
||||
]
|
7
suggestions/weather_apps.json
Normal file
7
suggestions/weather_apps.json
Normal file
@ -0,0 +1,7 @@
|
||||
[
|
||||
{
|
||||
"id": "org.breezyweather",
|
||||
"label": "Breezy Weather",
|
||||
"repo": "https://github.com/breezy-weather/breezy-weather"
|
||||
}
|
||||
]
|
Loading…
x
Reference in New Issue
Block a user