Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Motorola packages #39

Draft
wants to merge 12 commits into
base: master
Choose a base branch
from
21 changes: 20 additions & 1 deletion carrier.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down Expand Up @@ -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": "You might experience various network related issues, remember to enable this if face any issue."
shuvashish76 marked this conversation as resolved.
Show resolved Hide resolved
},
{
"id": "com.motorola.ltebroadcastservices_vzw",
"label": "com.motorola.ltebroadcastservices_vzw",
Expand Down Expand Up @@ -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"
],
Expand Down
Loading