preferred-sources
X
Mail
Carrier Services app-teardown
,

Android “Carrier Services” R.I.P. (App Teardown)

Key Points of This Article
  • “Carrier Services,” a system service app designed to support RCS (Rich Communication Services) on Android devices, appears to have reached the end of its life in late 2025.
  • An analysis of the app file for the Android “Carrier Services” update v20250826_00_RC00.phone reveals that the “android:enabled” attribute is set to “false” within the app’s core “application” tag.
  • It is expected that the app has been retired because the RCS functionality has now been fully integrated into the Android OS and the “Google Messages” app itself.

“Carrier Services,” a system service app for Android devices that once received updates every few days to support RCS (Rich Communication Services) functionality, seems to have completed its mission.

As it turns out, the “Carrier Services” app reached the end of its lifecycle in late 2025, a fact uncovered through app analysis.

「アプリ解析」

当サイトの「アプリ解析」カテゴリで公開している記事では、Google の最新 Android アプリを逆コンパイルして独自に解析し、発見した今後実装される可能性のある新機能や変更点などをお届けします。正式リリース前の新機能や変更となるため開発段階の未確定な情報も含まれますが、Android アプリの今後のアップデート動向をいち早くキャッチできる、ほかにはない当サイトオリジナルコンテンツです。


An analysis of the application file for the Android “Carrier Services” update v20250826_00_RC00.phone revealed that the core “application” tag contains the attribute “android:enabled=’false’.” This tag is used to effectively disable the app entirely.

<application
        android:label="Carrier Services"
        android:icon="@drawable/common_ic_googleplayservices"
        android:name="com.google.android.ims.CarrierServicesReleaseApp"
        android:enabled="false"
        android:allowBackup="false"
        android:extractNativeLibs="false"
        android:usesCleartextTraffic="true"
        android:appComponentFactory="androidx.core.app.CoreComponentFactory">

As mentioned earlier, the “Carrier Services” app was a system service designed to support RCS. Its functionality is no longer needed, presumably because the RCS feature itself has been fully integrated into the Android OS and the “Google Messages” app.

The “Carrier Services” app was once notorious among less tech-savvy users as a “mysterious and suspicious app.” Thank you for your service.

“Carrier Services” App Link

Get it on Google Play

Share this article

Comments

コメントを残す


*This site uses affiliate advertising.