Messaging: Rename androidx.appcompat.mms

* Someone apparently decided to "Replace-In-Files" these before, but
  they are not correct according to the folder structure
* Since it is just annoying to read the code in AS when it does not
  match the folder, change the package name back

Change-Id: Iea5c51aeb9e1f5b650a1009348065c7c38cddbeb
This commit is contained in:
Michael W
2024-12-14 14:48:39 +01:00
parent 009df43b06
commit a65de2aee3
53 changed files with 108 additions and 59 deletions

View File

@@ -530,7 +530,7 @@
</intent-filter>
</activity>
<service android:name="androidx.appcompat.mms.MmsService"/>
<service android:name="android.support.v7.mms.MmsService"/>
</application>
</manifest>